aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index f251505951..8f27ccea6c 100644
--- a/process.c
+++ b/process.c
@@ -1081,7 +1081,7 @@ before_exec_non_async_signal_safe(void)
{
if (!forked_child) {
/*
- * On Mac OS X 10.5.x (Leopard) or earlier, exec() may return ENOTSUPP
+ * On Mac OS X 10.5.x (Leopard) or earlier, exec() may return ENOTSUP
* if the process have multiple threads. Therefore we have to kill
* internal threads temporary. [ruby-core:10583]
* This is also true on Haiku. It returns Errno::EPERM against exec()