summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index b83557d4ac8..7b3a85e89bd 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -4255,7 +4255,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
switch (c = *p++)
{
case 0:
- fatal ("Invalid specification! Bug in cc.");
+ fatal ("Invalid specification! Bug in cc");
case 'b':
obstack_grow (&obstack, input_basename, basename_length);