aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-14 12:37:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-14 12:37:28 +0000
commit13795658b50234d99cf2b671214000131b132952 (patch)
tree86ce1a2225fed2b523fd783f41a07ab8fd9cee98 /gcc/fortran/match.c
parent98ddffc1c10f62fca6e92b358b0a6d4398add660 (diff)
downloadgcc-13795658b50234d99cf2b671214000131b132952.zip
gcc-13795658b50234d99cf2b671214000131b132952.tar.gz
gcc-13795658b50234d99cf2b671214000131b132952.tar.bz2
data.c, [...]: Fix comment typos.
* data.c, decl.c, f95-lang.c, gfortran.h, match.c, trans-array.c, trans-common.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix comment typos. Follow spelling conventions. From-SVN: r87492
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r--gcc/fortran/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index f9628e8..b468c8e 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -2102,7 +2102,7 @@ cleanup:
/* Given a name, return a pointer to the common head structure,
- creating it if it does not exist. If FROM_MODULE is non-zero, we
+ creating it if it does not exist. If FROM_MODULE is nonzero, we
mangle the name so that it doesn't interfere with commons defined
in the using namespace.
TODO: Add to global symbol tree. */