Commit 1c96d0c7 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Nitpicking: Get the comment right.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@500897 13f79535-47bb-0310-9956-ffa450edef68
parent d3abd2cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */