summaryrefslogtreecommitdiff
path: root/threadproc
diff options
context:
space:
mode:
Diffstat (limited to 'threadproc')
-rw-r--r--threadproc/unix/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/unix/signals.c b/threadproc/unix/signals.c
index 8c9a9b377..e42d7811e 100644
--- a/threadproc/unix/signals.c
+++ b/threadproc/unix/signals.c
@@ -317,7 +317,7 @@ static void *signal_thread_func(void *signal_handler)
#elif HAVE_SIGSUSPEND
sigsuspend(&sig_mask);
#else
-#error No apr_sigwait() and no sigsuspend(); I'm stuck.
+#error No apr_sigwait() and no sigsuspend(); I am stuck.
#endif
}
}