]> granicus.if.org Git - apache/commitdiff
Spelling and grammar janitor coming through.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 17 Jan 2002 22:59:48 +0000 (22:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 17 Jan 2002 22:59:48 +0000 (22:59 +0000)
(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

index f7061bdc078a44f2b8b4710558ddb204c5cd046b..827bac27409f3b20f38dbe73be9eebdc0665551c 100644 (file)
@@ -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