OSDN Git Service

Fix a typo.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 23:02:46 +0000 (23:02 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 23:02:46 +0000 (23:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113942 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index 94db2b4..4643f40 100644 (file)
@@ -1,7 +1,7 @@
 2006-05-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR fortran/27662
-       * trans-array.c (gfc_conv_expr_descriptor): Don't zere the
+       * trans-array.c (gfc_conv_expr_descriptor): Don't zero the
        first stride to indicate a temporary.
        * trans-expr.c (gfc_conv_function_call): Likewise.