diff options
Diffstat (limited to 'gas/input-scrub.c')
-rw-r--r-- | gas/input-scrub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-scrub.c b/gas/input-scrub.c index e9c7240..d343711 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -394,7 +394,7 @@ input_scrub_next_buffer (bufp) partial_where = 0; if (partial_size > 0) { - as_warn (_("Partial line at end of file ignored")); + as_warn (_("partial line at end of file ignored")); } /* Tell the listing we've finished the file. */ |