diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 13:15:40 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-07 13:15:40 +0000 |
commit | a05272180f810e0f44c2ff3448617fb707565c42 (patch) | |
tree | 1626fc2ae5d875b358c586381c0d968e1b8da61c /gcc/fortran/module.c | |
parent | 6dfdc153d3a887e82b92ea3b0f26a545f5ef9147 (diff) | |
download | gcc-a05272180f810e0f44c2ff3448617fb707565c42.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126440 138bc75d-0d04-0410-961f-82ee72b054a4
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 94e6392634f..f48932207f2 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. */ |