about summary refs log tree commit diff
path: root/debug/catchsegv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debug/catchsegv.sh')
-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