OSDN Git Service

Fix typo.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2010 13:20:13 +0000 (13:20 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2010 13:20:13 +0000 (13:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160104 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-lex.c

index 463e595..5af574d 100644 (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;