From: Ruediger Pluem Date: Sun, 28 Jan 2007 21:51:43 +0000 (+0000) Subject: * Nitpicking: Get the comment right. X-Git-Tag: 2.3.0~1923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6460ed2a77f9a09d871636a2f379ecfdc05040b0;p=thirdparty%2Fapache%2Fhttpd.git * Nitpicking: Get the comment right. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@500897 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index bd2cda8ec74..09fea3400b8 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 */