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 2c10890ed0c..a7a2687e006 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -994,7 +994,7 @@ yylex () goto string_constant; } ungetc(c, finput); - /* Fall through to treat '@' as the start of an indentifier. */ + /* Fall through to treat '@' as the start of an identifier. */ } case 'A': case 'B': case 'C': case 'D': case 'E': |