diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 53322776c1f..b11e08331ed 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -713,7 +713,7 @@ process_template (d, template) if (i != d->n_alternatives) { message_with_line (d->lineno, - "Wrong number of alternatives in the output template"); + "wrong number of alternatives in the output template"); have_error = 1; } @@ -951,7 +951,7 @@ main (argc, argv) progname = "genoutput"; if (argc <= 1) - fatal ("No input file name"); + fatal ("no input file name"); if (init_md_reader_args (argc, argv) != SUCCESS_EXIT_CODE) return (FATAL_EXIT_CODE); |