summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index f6ccfded26..91aaaeca9d 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -85,7 +85,7 @@ if (open(TEST,">cctest.c")) {
}
system("ar r cctest.a");
if (not -f "cctest.a") {
- print OUT "Check your linker (ar).\n";
+ print OUT "Check your archive tool (ar).\n";
goto err;
}
} else {