summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-17 09:14:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-17 09:14:12 +0000
commitb01d837fa2551257b38de18320be91ccfb93380c (patch)
tree6f55e8ca1d5f6104ec983d20bd985efb5e4b87c4 /gcc/c-parse.in
parentee19761de757468f820e140b1364a07c304ffc32 (diff)
downloadgcc-b01d837fa2551257b38de18320be91ccfb93380c.tar.gz
basic-block.h, [...]: Fix comment typos.
* basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c, gimplify.c, lambda-code.c, optabs.c, predict.c, tree-scalar-evolution.c, tree-sra.c, tree-ssa-loop-ch.c, tree-ssa.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87637
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r--gcc/c-parse.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 4fefa1bc09e..20ed784f6f3 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -361,7 +361,7 @@ static inline int _yylex (void);
static int yylex (void);
static void init_reswords (void);
- /* Initialisation routine for this file. */
+ /* Initialization routine for this file. */
void
c_parse_init (void)
{