]> granicus.if.org Git - pgbouncer/commitdiff
comment typo
authorMarko Kreen <markokr@gmail.com>
Fri, 29 Jun 2007 15:52:35 +0000 (15:52 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 29 Jun 2007 15:52:35 +0000 (15:52 +0000)
src/util.c

index 67de7ed4952126abf3041c9ccdaf1c41f228e366..7ce698dcb978ebdb571e9a2960244aa09efc1c4c 100644 (file)
@@ -237,7 +237,7 @@ loop:
                            msg->msg_controllen,
                            flags, strerror(errno));
 
-               /* with ancillary data pn blocking socket OSX returns
+               /* with ancillary data on blocking socket OSX returns
                 * EMSGSIZE instead of blocking.  try to solve it by waiting */
                if (errno == EMSGSIZE && msgerr_count < 20) {
                        struct timeval tv = {1, 0};