diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 605e84b536b..86c852c2f51 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -787,7 +787,7 @@ main (argc, argv) progname = "genemit"; 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); |