aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-01 15:20:13 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-01 15:20:13 +0200
commit41361b9fe57248555eab99ffe74a7943c147103b (patch)
tree75d213e65d3065f375e8356e1b050a4945a96391 /gcc
parent36a549b86c6715edaa82a0408b71cff47f452a2f (diff)
downloadgcc-41361b9fe57248555eab99ffe74a7943c147103b.zip
gcc-41361b9fe57248555eab99ffe74a7943c147103b.tar.gz
gcc-41361b9fe57248555eab99ffe74a7943c147103b.tar.bz2
Fix typo.
From-SVN: r160104
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 463e595..5af574d 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;