diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r-- | gcc/cp/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index b256931..da03c74 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -2302,7 +2302,7 @@ check_newline () } else if (!strcmp (name, "ident")) { - /* #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. */ |