summaryrefslogtreecommitdiff
path: root/tests/run-ranlib-test2.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-02-05 07:13:52 +0000
committerUlrich Drepper <drepper@redhat.com>2007-02-05 07:13:52 +0000
commitce0bdb6ee5f977af9e565f2871ba2b1b37d162a5 (patch)
tree70363f02b05cd12b72182cc9865cbba30433794c /tests/run-ranlib-test2.sh
parentcd8a250aa139016def485e91d2da49c87de3baec (diff)
downloadelfutils-ce0bdb6ee5f977af9e565f2871ba2b1b37d162a5.tar.gz
Implement ar program.
Relax elflint in GNU ld mode for latest idiosyncracies.
Diffstat (limited to 'tests/run-ranlib-test2.sh')
-rwxr-xr-xtests/run-ranlib-test2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-ranlib-test2.sh b/tests/run-ranlib-test2.sh
index 19b081d6..87040376 100755
--- a/tests/run-ranlib-test2.sh
+++ b/tests/run-ranlib-test2.sh
@@ -34,7 +34,7 @@ testfiles $original $indexed
testrun ../src/ranlib $original
if test -z "$noindex"; then
- # The data in the index is different. The reference file has it blanked
+ # The date in the index is different. The reference file has it blanked
# out, we do the same here.
echo " " |
dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null