aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-11-23 02:05:19 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-23 02:05:19 +0000
commita1f300c0f19c17e0b17fe8017bc3cb79f23337bd (patch)
tree827acc65803788d44d036826826c0366d5c3edc9 /gcc/cpplex.c
parent754d92990a56ddb0319ecd360eed752684423f0a (diff)
downloadgcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.zip
gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.gz
gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.bz2
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c, cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c, dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h, explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c, sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors. From-SVN: r47279
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 f9af8b7..924863f 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -292,7 +292,7 @@ skip_block_comment (pfile)
break;
/* Warn about potential nested comments, but not if the '/'
- comes immediately before the true comment delimeter.
+ comes immediately before the true comment delimiter.
Don't bother to get it right across escaped newlines. */
if (CPP_OPTION (pfile, warn_comments)
&& buffer->cur + 1 < buffer->rlimit
@@ -817,7 +817,7 @@ _cpp_temp_token (pfile)
/* Lex a token into RESULT (external interface). Takes care of issues
like directive handling, token lookahead, multiple include
- opimisation and skipping. */
+ optimization and skipping. */
const cpp_token *
_cpp_lex_token (pfile)
cpp_reader *pfile;