summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/signal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx
index 78b42eb6423c..d42445149e6c 100644
--- a/sal/osl/unx/signal.cxx
+++ b/sal/osl/unx/signal.cxx
@@ -330,7 +330,7 @@ void callSystemHandler(int signal)
_exit(255);
break;
- case ACT_ABORT: /* terminate witch core dump */
+ case ACT_ABORT: /* terminate with core dump */
struct sigaction act;
act.sa_handler = SIG_DFL;
act.sa_flags = 0;