aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/f95-lang.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-01 04:16:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-01 04:16:52 +0000
commit69de3b838f194173cdb4292ea5866604706ab437 (patch)
tree2bde4649a6f308dd15b4fc096712f2b30ec88d8f /gcc/fortran/f95-lang.c
parent77270e03c31adaa15b999e5c2d6d2147996f1061 (diff)
downloadgcc-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/f95-lang.c')
-rw-r--r--gcc/fortran/f95-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c
index 2fb06a9..76b6fe3 100644
--- a/gcc/fortran/f95-lang.c
+++ b/gcc/fortran/f95-lang.c
@@ -504,7 +504,7 @@ pushdecl (tree decl)
TREE_CHAIN (decl) = current_binding_level->names;
current_binding_level->names = decl;
- /* For the declartion of a type, set its name if it is not already set. */
+ /* For the declaration of a type, set its name if it is not already set. */
if (TREE_CODE (decl) == TYPE_DECL && TYPE_NAME (TREE_TYPE (decl)) == 0)
{