aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppcharset.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
commit6356f8928853bc14e841e5b4e990ce2508c38f26 (patch)
tree0f2925fe84100a624006d902c347d9fea822e422 /gcc/cppcharset.c
parent25f47a4c2358896aa2498b357a51166c0024d761 (diff)
downloadgcc-6356f8928853bc14e841e5b4e990ce2508c38f26.zip
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.bz2
ChangeLog: Follow spelling conventions.
* 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. From-SVN: r67849
Diffstat (limited to 'gcc/cppcharset.c')
-rw-r--r--gcc/cppcharset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppcharset.c b/gcc/cppcharset.c
index 23a4476..b11e642 100644
--- a/gcc/cppcharset.c
+++ b/gcc/cppcharset.c
@@ -42,7 +42,7 @@ static int ucn_valid_in_identifier PARAMS ((cpp_reader *, cppchar_t));
are not part of the relevant standard, or if the string beginning
at *PSTR doesn't syntactically match the form 'NNNN' or 'NNNNNNNN'.
- Otherwise the non-zero value of the UCN, whether valid or invalid,
+ Otherwise the nonzero value of the UCN, whether valid or invalid,
is returned. Diagnostics are emitted for invalid values. PSTR
is updated to point one beyond the UCN, or to the syntactically
invalid character.