diff options
Diffstat (limited to 'gcc/fortran/trans.c')
-rw-r--r-- | gcc/fortran/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index 7526c02..306c475 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -160,7 +160,7 @@ gfc_add_modify_expr (stmtblock_t * pblock, tree lhs, tree rhs) /* Create a new scope/binding level and initialize a block. Care must be - taken when translating expessions as any temporaries will be placed in + taken when translating expressions as any temporaries will be placed in the innermost scope. */ void |