projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f12d8
)
Fix comment typo
author
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Wed, 11 Aug 2004 23:19:10 +0000
(23:19 +0000)
committer
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Wed, 11 Aug 2004 23:19:10 +0000
(23:19 +0000)
From-SVN: r85830
gcc/fortran/trans-decl.c
patch
|
blob
|
history
diff --git
a/gcc/fortran/trans-decl.c
b/gcc/fortran/trans-decl.c
index 4710e150fa0178728e32d3ea46168e4b980bd126..e5195012038d2247c8788b3af48b39df33579bfc 100644
(file)
--- 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 sto
r
age, and all that good stuff. */
tmp = build (DECL_EXPR, TREE_TYPE (decl), decl);
gfc_add_expr_to_block (&body, tmp);