diff options
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index ab218206f23..4fe37b20c30 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -851,7 +851,7 @@ scan_for_source_files () } else if (line_num < 0) { - /* Don't know what this is, but it's garbage. */ + /* Don't know what this is, but it's garbage. */ abort(); } } |