diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-07 13:15:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-07 13:15:40 +0000 |
commit | 86bf520d746a7bbacbe47520a119800d75268e01 (patch) | |
tree | 1626fc2ae5d875b358c586381c0d968e1b8da61c /gcc/fortran/module.c | |
parent | 6ed3da0066019f8902326857ca7b9cfb5dafab89 (diff) | |
download | gcc-86bf520d746a7bbacbe47520a119800d75268e01.zip gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.gz gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, gfortran.h, interface.c, module.c, resolve.c,
trans-array.c, trans-decl.c: Fix comment typos. Follow
spelling conventions.
* intrinsic.texi: Fix typos. Follow spelling conventions.
From-SVN: r126440
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 94e6392..f489322 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -4234,7 +4234,7 @@ sort_iso_c_rename_list (void) } -/* Import the instrinsic ISO_C_BINDING module, generating symbols in +/* Import the intrinsic ISO_C_BINDING module, generating symbols in the current namespace for all named constants, pointer types, and procedures in the module unless the only clause was used or a rename list was provided. */ |