mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:50:26 +08:00
Fix comment typo
From-SVN: r85830
This commit is contained in:
parent
07f12d8b45
commit
4ab2db93f7
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user