summaryrefslogtreecommitdiff
path: root/tests/scripts/features/archives
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features/archives')
-rw-r--r--tests/scripts/features/archives4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/archives b/tests/scripts/features/archives
index 809bf21e..b0d479b2 100644
--- a/tests/scripts/features/archives
+++ b/tests/scripts/features/archives
@@ -1,6 +1,6 @@
# -*-mode: perl-*-
-$description = "Test GNU make's archive management features.";
+$description = "Test GNU Make's archive management features.";
$details = "\
This only works on systems that support it.";
@@ -41,7 +41,7 @@ my $arvar = "AR=$ar";
# Newer versions of binutils can be built with --enable-deterministic-archives
# which forces all timestamps (among other things) to always be 0, defeating
-# GNU make's archive support. See if ar supports the U option to disable it.
+# GNU Make's archive support. See if ar supports the U option to disable it.
unlink('libxx.a');
$_ = `$ar ${arflags}U libxx.a a1.o $redir`;
if ($? == 0) {