From: charlet Date: Tue, 1 Jun 2010 13:20:13 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd488b1409579d8bef4aae35d348ec2213eae6a;p=thirdparty%2Fgcc.git Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160104 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 463e595a4814..5af574db2260 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;