diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 16:00:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 16:00:45 +0000 |
commit | 231e961a9a50ce102e447163c26f978c313c95ee (patch) | |
tree | d4390e21373fcfa884178f5708c587e4da66100a /gcc/fortran/misc.c | |
parent | 55d0e9506b63ea48617e8963846a589e0938c0c3 (diff) | |
download | gcc-231e961a9a50ce102e447163c26f978c313c95ee.tar.gz |
* array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c,
interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h,
resolve.c, scanner.c, trans-array.c, trans-array.h,
trans-common.c, trans-const.h, trans-decl.c, trans-expr.c,
trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
trans.h: Fix comment typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/misc.c')
-rw-r--r-- | gcc/fortran/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 159a42150dd..431284ca7d4 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -178,7 +178,7 @@ gfc_basic_typename (bt type) } -/* Return a string descibing the type and kind of a typespec. Because +/* Return a string describing the type and kind of a typespec. Because we return alternating buffers, this subroutine can appear twice in the argument list of a single statement. */ |