diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 2d873a0e6ad..9975577516c 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -1521,7 +1521,7 @@ cpp_handle_option (pfile, argc, argv) CPP_OPTION (pfile, out_fname) = arg; else { - cpp_fatal (pfile, "Output filename specified twice"); + cpp_fatal (pfile, "output filename specified twice"); return argc; } break; |