summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-01 13:20:13 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-01 13:20:13 +0000
commit4bd488b1409579d8bef4aae35d348ec2213eae6a (patch)
tree75d213e65d3065f375e8356e1b050a4945a96391 /gcc
parentb8254e80af2047241a1d51670b1a1716c7b9d27c (diff)
downloadgcc-4bd488b1409579d8bef4aae35d348ec2213eae6a.tar.gz
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 463e595a481..5af574db226 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -439,7 +439,7 @@ c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags,
gcc_unreachable ();
/* CPP_COMMENT will appear when compiling with -C and should be
- ignored. */
+ ignored. */
case CPP_COMMENT:
goto retry;