[git commit] typo fixes

Denys Vlasenko vda.linux at googlemail.com
Wed Oct 26 11:15:35 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=4135a75ab05f2546f4f9e9b3e69d71f477efc1e8
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-signals/return_in_trap1.tests   | 4 ++--
 shell/hush_test/hush-signals/return_in_trap1.tests | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/shell/ash_test/ash-signals/return_in_trap1.tests b/shell/ash_test/ash-signals/return_in_trap1.tests
index f249802..4c0d53b 100755
--- a/shell/ash_test/ash-signals/return_in_trap1.tests
+++ b/shell/ash_test/ash-signals/return_in_trap1.tests
@@ -11,8 +11,8 @@ a
 
 echo d:$?
 # It's debatable what is the correct value above.
-# Does 'return' in trap sees $? == 2 or $? == 3?
+# Does 'return' in trap see $? == 2 or $? == 3?
 # IOW: after (kill..), does shell first wait for its completion
 # and sets $?, then checks pending signals and runs a trap handler,
-# or does it first checks pending signals and runs handler?
+# or does it first check pending signals and runs handler?
 # hush does the former, and prints 3.
diff --git a/shell/hush_test/hush-signals/return_in_trap1.tests b/shell/hush_test/hush-signals/return_in_trap1.tests
index f249802..4c0d53b 100755
--- a/shell/hush_test/hush-signals/return_in_trap1.tests
+++ b/shell/hush_test/hush-signals/return_in_trap1.tests
@@ -11,8 +11,8 @@ a
 
 echo d:$?
 # It's debatable what is the correct value above.
-# Does 'return' in trap sees $? == 2 or $? == 3?
+# Does 'return' in trap see $? == 2 or $? == 3?
 # IOW: after (kill..), does shell first wait for its completion
 # and sets $?, then checks pending signals and runs a trap handler,
-# or does it first checks pending signals and runs handler?
+# or does it first check pending signals and runs handler?
 # hush does the former, and prints 3.


More information about the busybox-cvs mailing list