aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-28 19:43:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-28 19:43:01 +0000
commitf1ba665bc7a42ad95d018ee8365801564328131f (patch)
tree8826c209bf4a345f661a8cff151f91eaedca2ba4 /gcc/cpplex.c
parentd55129782532b11e985294cb71265e2f2f78a3e8 (diff)
downloadgcc-f1ba665bc7a42ad95d018ee8365801564328131f.zip
gcc-f1ba665bc7a42ad95d018ee8365801564328131f.tar.gz
gcc-f1ba665bc7a42ad95d018ee8365801564328131f.tar.bz2
builtins.c: Follow spelling conventions.
* builtins.c: Follow spelling conventions. * cgraph.c: Likewise. * cpplex.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/iwmmxt.md: Likewise. * config/c4x/c4x-modes.def: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/i386/i386-interix.h: Likewise. * config/mips/mips.h: Likewise. From-SVN: r68648
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index 6933e75..c536c76 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -746,7 +746,7 @@ _cpp_get_fresh_line (cpp_reader *pfile)
get diagnostics pointing to the correct location.
Does not handle issues such as token lookahead, multiple-include
- optimisation, directives, skipping etc. This function is only
+ optimization, directives, skipping etc. This function is only
suitable for use by _cpp_lex_token, and in special cases like
lex_expansion_token which doesn't care for any of these issues.