Tweak a comment.

This commit is contained in:
Wayne Davison
2020-07-05 14:41:53 -07:00
parent da45cecfc8
commit 1b53b2ff4b

View File

@@ -156,7 +156,7 @@ char *client_name(const char *ipaddr)
}
/* Try to read an proxy protocol header (V1 or V2). Returns 1 on success or 0 on failure. */
/* Try to read a proxy protocol header (V1 or V2). Returns 1 on success or 0 on failure. */
int read_proxy_protocol_header(int fd)
{
union {