summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-12 19:01:08 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-12 19:01:08 +0000
commit7ef5b942a1ad681e5124f1949bd5f62c0d7456a4 (patch)
tree0f2925fe84100a624006d902c347d9fea822e422 /gcc/cpplex.c
parentdf9c4f4c2c4d2ab2a9fc20eceb43d87c971c627c (diff)
downloadgcc-7ef5b942a1ad681e5124f1949bd5f62c0d7456a4.tar.gz
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise. * c-decl.c: Likewise. * cfgloop.h: Likewise. * cgraph.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * gcov-io.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * ggc.h: Likewise. * opts.c: Likewise. * real.c: Likewise. * reload.c: Likewise. * stmt.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67849 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index e072f01bdcf..72a5e4d6125 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -192,7 +192,7 @@ warn_in_comment (pfile, note)
/* Within comments we don't warn about trigraphs, unless the
trigraph forms an escaped newline, as that may change
- behaviour. */
+ behavior. */
if (note->type != '/')
return false;
@@ -710,7 +710,7 @@ _cpp_lex_token (pfile)
/* Outside a directive, invalidate controlling macros. At file
EOF, _cpp_lex_direct takes care of popping the buffer, so we never
- get here and MI optimisation works. */
+ get here and MI optimization works. */
pfile->mi_valid = false;
if (!pfile->state.skipping || result->type == CPP_EOF)