summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index f527b94b7cb..19009e30180 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -2897,7 +2897,7 @@ if (debug) fprintf (stderr, "found: %s\n", lib_buf);
if (debug)
fprintf (stderr, "not found\n");
else
- fatal ("Library lib%s not found", name);
+ fatal ("library lib%s not found", name);
return (NULL);
}