From 61d8e967e4e4b00c3866adcd8375209cd4f902e4 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 17 Jan 2002 22:59:48 +0000 Subject: [PATCH] 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 --- os/unix/unixd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.50.1