OSDN Git Service

* trans-array.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2007 16:23:42 +0000 (16:23 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2007 16:23:42 +0000 (16:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121545 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/trans-array.c

index 1883288..0431572 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
+
+       * trans-array.c: Fix a comment typo.
+
 2007-02-03  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/30514
index 529d721..a39f664 100644 (file)
@@ -5288,7 +5288,7 @@ gfc_trans_deferred_array (gfc_symbol * sym, tree body)
     forall (i=..., j=...)
       x(i,j) = foo%a(j)%b(i)
     end forall
-   This adds a fair amout of complexity because you need to deal with more
+   This adds a fair amount of complexity because you need to deal with more
    than one ref.  Maybe handle in a similar manner to vector subscripts.
    Maybe not worth the effort.  */