diff options
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r-- | gcc/genattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index 03b0b1f5668..4d53077c506 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -208,7 +208,7 @@ main (argc, argv) progname = "genattr"; 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); |