Fix typo.

From-SVN: r160104
This commit is contained in:
Arnaud Charlet 2010-06-01 15:20:13 +02:00
parent 36a549b86c
commit 41361b9fe5
1 changed files with 1 additions and 1 deletions

View File

@ -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;