]> granicus.if.org Git - apache/commitdiff
* Nitpicking: Get the comment right.
authorRuediger Pluem <rpluem@apache.org>
Sun, 28 Jan 2007 21:51:43 +0000 (21:51 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 28 Jan 2007 21:51:43 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@500897 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index bd2cda8ec74480bef07b122de8eaa02b2667edcc..09fea3400b86ce051219bd0e194f8a2974d2eced 100644 (file)
@@ -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 */