From: Paul Brook Date: Fri, 20 Aug 2004 13:53:21 +0000 (+0000) Subject: Trivial spelling typo fix. X-Git-Tag: releases/gcc-4.0.0~5707 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=346d5977dd043c0f83a7e68169a970bd4a4a1b31;p=thirdparty%2Fgcc.git Trivial spelling typo fix. From-SVN: r86319 --- diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 5299b4c2cdd1..e6c4600b001c 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -3762,7 +3762,7 @@ gfc_conv_array_parameter (gfc_se * se, gfc_expr * expr, gfc_ss * ss, int g77) if (!sym->attr.pointer && sym->as->type != AS_ASSUMED_SHAPE && !sym->attr.allocatable) { - /* Some variables are declared directly, others are declard as + /* Some variables are declared directly, others are declared as pointers and allocated on the heap. */ if (sym->attr.dummy || POINTER_TYPE_P (TREE_TYPE (tmp))) se->expr = tmp;