diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 13:07:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 13:07:23 +0000 |
commit | 1e02536fbc2ef83dadbb29155212b80a61e42fe4 (patch) | |
tree | 3d8ae2c30f9319b02e05c7d586780d331edc0d37 /debug | |
parent | d53427c89d290ab970a99117e55a2c7c7a60af6a (diff) | |
download | glibc-1e02536fbc2ef83dadbb29155212b80a61e42fe4.tar glibc-1e02536fbc2ef83dadbb29155212b80a61e42fe4.tar.gz glibc-1e02536fbc2ef83dadbb29155212b80a61e42fe4.tar.bz2 glibc-1e02536fbc2ef83dadbb29155212b80a61e42fe4.zip |
Update.glibc-2.0.97cvs/glibc-2_0_97
Diffstat (limited to 'debug')
-rwxr-xr-x | debug/catchsegv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |