summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makerules b/Makerules
index 7fcc0385e2..3eabcb453e 100644
--- a/Makerules
+++ b/Makerules
@@ -590,8 +590,8 @@ $(libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \
(echo '/* Use the shared library, but some functions are only in';\
echo ' the static library, so try that secondarily.'; \
echo ' The dynamic linker defines some functions used by $(<F),';\
- echo ' but ld uses definitions from libc.a before the examining';\
- echo ' dependencies of $(<F) to find $(rtld-installed-name). */';\
+ echo ' but ld uses definitions from libc.a before examining the';\
+ echo ' dependencies of $(<F) to find $(rtld-installed-name). */';\
echo 'GROUP ( $(^F) )') > $@.new
mv -f $@.new $@