From: Marko Kreen Date: Fri, 29 Jun 2007 15:52:35 +0000 (+0000) Subject: comment typo X-Git-Tag: pgbouncer_1_1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e597e2227a0cccc63835793d444e50b2648c9ea;p=pgbouncer comment typo --- diff --git a/src/util.c b/src/util.c index 67de7ed..7ce698d 100644 --- a/src/util.c +++ b/src/util.c @@ -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};