summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-06 13:07:23 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-06 13:07:23 +0000
commit1e02536fbc2ef83dadbb29155212b80a61e42fe4 (patch)
tree3d8ae2c30f9319b02e05c7d586780d331edc0d37 /debug
parentd53427c89d290ab970a99117e55a2c7c7a60af6a (diff)
Diffstat (limited to 'debug')
-rwxr-xr-xdebug/catchsegv.sh2
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