aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:14:26 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:14:26 -0400
commitddd5a7c1808995545ad5befaa7320135e60b5d38 (patch)
treebf405c4941b111c08c0642d3410b2970aca3b162 /gcc/c-lex.c
parent6de129de79f7646825d5b004d9fdbca5b893d106 (diff)
downloadgcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.zip
gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.gz
gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.bz2
Fix typos in comments.
From-SVN: r9711
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 2c10890..a7a2687 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':