From 1e02536fbc2ef83dadbb29155212b80a61e42fe4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 6 Oct 1998 13:07:23 +0000 Subject: Update. --- debug/catchsegv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/catchsegv.sh') diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 3af6570b10..f5546ffd3c 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -63,7 +63,7 @@ SEGFAULT_OUTPUT_NAME=$segv_output \ exval=$? # Check for output. Even if the program terminated correctly it might -# be that a inor process (clone) failed. Therefore we do not check the +# be that a minor process (clone) failed. Therefore we do not check the # exit code. if test -f "$segv_output"; then # The program caught a signal. The output is in the file with the -- cgit v1.2.3