summaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/c-parser.h')
-rw-r--r--gcc/c/c-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h
index 8d5fc3089b4..3d256b688b4 100644
--- a/gcc/c/c-parser.h
+++ b/gcc/c/c-parser.h
@@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_C_PARSER_H
#define GCC_C_PARSER_H
-/* The C lexer intermediates between the lexer in cpplib and c-lex.c
+/* The C lexer intermediates between the lexer in cpplib and c-lex.cc
and the C parser. Unlike the C++ lexer, the parser structure
stores the lexer information instead of using a separate structure.
Identifiers are separated into ordinary identifiers, type names,