From ddd5a7c1808995545ad5befaa7320135e60b5d38 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 08:14:26 -0400 Subject: Fix typos in comments. From-SVN: r9711 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-lex.c') 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': -- cgit v1.1