From 3a02954004128918e2e53eef213c611023512ed2 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Dec 2014 12:54:28 +0000 Subject: [PATCH] typo --- test/bin/bomb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bin/bomb b/test/bin/bomb index 255bea5..0be1dd5 100755 --- a/test/bin/bomb +++ b/test/bin/bomb @@ -3,9 +3,9 @@ # # bomb - wrapper to stop a process after N seconds -# Turn on job control. This will switch to process group +# Turn on job control. This will switch the process group # as on an interactive shell, and make sure that a signal -# to the process group will not kill any parent processes +# to the process group will not kill any parent processes. set -o monitor # now run the perl script. For unknown reasons, the -- 1.7.10.4