diff options
| author | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-20 13:53:21 +0000 |
|---|---|---|
| committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-20 13:53:21 +0000 |
| commit | 346d5977dd043c0f83a7e68169a970bd4a4a1b31 (patch) | |
| tree | 6cf07f8e43577a1e521d1437e8eb985b3c88a16a | |
| parent | 05d28265956297197ac8e7585407ecb7a568db96 (diff) | |
| download | gcc-346d5977dd043c0f83a7e68169a970bd4a4a1b31.zip gcc-346d5977dd043c0f83a7e68169a970bd4a4a1b31.tar.gz gcc-346d5977dd043c0f83a7e68169a970bd4a4a1b31.tar.bz2 | |
Trivial spelling typo fix.
From-SVN: r86319
| -rw-r--r-- | gcc/fortran/trans-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 5299b4c..e6c4600 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; |
