aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-08-11 23:19:10 +0000
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>2004-08-11 23:19:10 +0000
commit4ab2db93f7d7f982a8468b385be52b9932aec80c (patch)
treea615d168fe3adf184619803436f34210cb2ef989 /gcc/fortran
parent07f12d8b45db0aa6c736c9120f4b2a0e6b47941a (diff)
downloadgcc-4ab2db93f7d7f982a8468b385be52b9932aec80c.zip
gcc-4ab2db93f7d7f982a8468b385be52b9932aec80c.tar.gz
gcc-4ab2db93f7d7f982a8468b385be52b9932aec80c.tar.bz2
Fix comment typo
From-SVN: r85830
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/trans-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c
index 4710e15..e519501 100644
--- a/gcc/fortran/trans-decl.c
+++ b/gcc/fortran/trans-decl.c
@@ -1639,7 +1639,7 @@ gfc_trans_auto_character_variable (gfc_symbol * sym, tree fnbody)
decl = sym->backend_decl;
/* Emit a DECL_EXPR for this variable, which will cause the
- gimplifier to allocate stoage, and all that good stuff. */
+ gimplifier to allocate storage, and all that good stuff. */
tmp = build (DECL_EXPR, TREE_TYPE (decl), decl);
gfc_add_expr_to_block (&body, tmp);