diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 04:16:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 04:16:52 +0000 |
commit | 69de3b838f194173cdb4292ea5866604706ab437 (patch) | |
tree | 2bde4649a6f308dd15b4fc096712f2b30ec88d8f /gcc/fortran/trans.h | |
parent | 77270e03c31adaa15b999e5c2d6d2147996f1061 (diff) | |
download | gcc-69de3b838f194173cdb4292ea5866604706ab437.zip gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.gz gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos.
From-SVN: r97364
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 712c530..d44c67d 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -272,7 +272,7 @@ void gfc_conv_string_parameter (gfc_se * se); tree gfc_chainon_list (tree, tree); /* When using the gfc_conv_* make sure you understand what they do, i.e. - when a POST chain may be created, and what the retured expression may be + when a POST chain may be created, and what the returned expression may be used for. Note that character strings have special handling. This should not be a problem as most statements/operations only deal with numeric/logical types. */ @@ -332,7 +332,7 @@ void gfc_add_modify_expr (stmtblock_t *, tree, tree); /* Initialize a statement block. */ void gfc_init_block (stmtblock_t *); -/* Start a new satement block. Like gfc_init_block but also starts a new +/* Start a new statement block. Like gfc_init_block but also starts a new variable scope. */ void gfc_start_block (stmtblock_t *); /* Finish a statement block. Also closes the scope if the block was created @@ -396,7 +396,7 @@ void gfc_restore_sym (gfc_symbol *, gfc_saved_var *); /* Returns true if a variable of specified size should go on the stack. */ int gfc_can_put_var_on_stack (tree); -/* Allocate the lang-spcific part of a decl node. */ +/* Allocate the lang-specific part of a decl node. */ void gfc_allocate_lang_decl (tree); /* Advance along a TREE_CHAIN. */ |