From: Justin Erenkrantz Date: Thu, 17 Jan 2002 22:59:48 +0000 (+0000) Subject: Spelling and grammar janitor coming through. X-Git-Tag: 2.0.31~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61d8e967e4e4b00c3866adcd8375209cd4f902e4;p=apache Spelling and grammar janitor coming through. (Clean up the comment so that mortal beings can parse it.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.c b/os/unix/unixd.c index f7061bdc07..827bac2740 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -487,12 +487,12 @@ AP_DECLARE(apr_status_t) unixd_accept(void **accepted, ap_listen_rec *lr, switch (status) { #if defined(HPUX11) && defined(ENOBUFS) /* On HPUX 11.x, the 'ENOBUFS, No buffer space available' - * error occures because the accept() cannot complete. - * You will not see ENOBUFS at 10.20 because the kernel - * hides any occurrence from being returned from user space. - * ENOBUFS at 11.0 TCP/IP is quite possible, and could + * error occurs because the accept() cannot complete. + * You will not see ENOBUFS with 10.20 because the kernel + * hides any occurrence from being returned to user space. + * ENOBUFS with 11.x's TCP/IP stack is possible, and could * occur intermittently. As a work-around, we are going to - * ingnore ENOBUFS. + * ignore ENOBUFS. */ case ENOBUFS: #endif