From 6460ed2a77f9a09d871636a2f379ecfdc05040b0 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sun, 28 Jan 2007 21:51:43 +0000 Subject: [PATCH] * Nitpicking: Get the comment right. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@500897 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_common.c b/server/mpm_common.c index bd2cda8ec7..09fea3400b 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -1209,7 +1209,7 @@ apr_status_t ap_fatal_signal_setup(server_rec *s, apr_pool_t *in_pconf) #endif /* SIGILL */ #ifdef SIGFPE apr_signal(SIGFPE, sig_coredump); -#endif /* SIGILL */ +#endif /* SIGFPE */ #endif /* NO_USE_SIGACTION */ -- 2.40.0