diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index dc17f63..45d28b6 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -1376,7 +1376,7 @@ cpp_spell_token (pfile, token, buffer) break; case SPELL_NONE: - cpp_ice (pfile, "Unspellable token %s", TOKEN_NAME (token)); + cpp_ice (pfile, "unspellable token %s", TOKEN_NAME (token)); break; } |