From 4b3a701cbf4beb7d83243741890a501752c3a3a4 Mon Sep 17 00:00:00 2001 From: giovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Wed, 11 Aug 2004 23:19:10 +0000 Subject: [PATCH] Fix comment typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85830 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/trans-decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 4710e150fa01..e5195012038d 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); -- GitLab