From: H.J. Lu Date: Sat, 20 May 2006 23:02:46 +0000 (-0700) Subject: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=550c5649c47e93567cf97dd93b49465bfcaa227a;p=gcc.git Fix a typo. From-SVN: r113942 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 94db2b47d24..4643f40baa6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,7 +1,7 @@ 2006-05-19 H.J. Lu 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.