diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index e433d2f..6f84131 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -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); |