diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 2d81ada942a..036f68812d1 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -383,7 +383,7 @@ main (argc, argv) progname = "genpeep"; 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); |