aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-signals
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 23:35:30 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 23:35:30 +0200
commite3c6e19015a43091b19126f37e0375fa03f23559 (patch)
tree037de36cd1a9f9f39d93693df38c45fe6f1687af /shell/ash_test/ash-signals
parent3dc4a3e4dce20988aa7691b4409d95ad9c32c923 (diff)
downloadbusybox-e3c6e19015a43091b19126f37e0375fa03f23559.tar.gz
laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-signals')
-rwxr-xr-xshell/ash_test/ash-signals/signal1.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-signals/signal1.tests b/shell/ash_test/ash-signals/signal1.tests
index 3c424731a..28bfc6a46 100755
--- a/shell/ash_test/ash-signals/signal1.tests
+++ b/shell/ash_test/ash-signals/signal1.tests
@@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do
echo "sent $try signal"
done &
-# Ensure "wait" have something to wait for
+# Ensure "wait" has something to wait for
sleep 2 &
# Ensure we do not execute "trap" below before "kill -USR1" above