]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-lex.c
typo typo fixes fixes
[thirdparty/gcc.git] / gcc / c-lex.c
index e433d2f9526026afba410fb986c862e611e8bcdd..6f84131dc3e586c1b4f82e329bc6d2d43efb673c 100644 (file)
@@ -571,7 +571,7 @@ GET_DIRECTIVE_LINE ()
       else
         if (c == '\'' || c == '"')
          looking_for = c;      /* Don't stop buffering until we see another
-                                  another one of these (or an EOF).  */
+                                  one of these (or an EOF).  */
 
       /* Handle backslash.  */
       char_escaped = (c == '\\' && ! char_escaped);