aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/lex.c')
-rw-r--r--gcc/f/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/lex.c b/gcc/f/lex.c
index 0a5435c..a79bab3 100644
--- a/gcc/f/lex.c
+++ b/gcc/f/lex.c
@@ -1224,7 +1224,7 @@ ffelex_hash_ (FILE *finput)
&& getc (finput) == 't'
&& ((c = getc (finput)) == ' ' || c == '\t'))
{
- /* #ident. The pedantic warning is now in cccp.c. */
+ /* #ident. The pedantic warning is now in cpp. */
/* Here we have just seen `#ident '.
A string constant should follow. */