From: Wayne Davison Date: Sun, 5 Jul 2020 21:41:53 +0000 (-0700) Subject: Tweak a comment. X-Git-Tag: v3.2.3pre1~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b53b2ff4be476eee15d98d48f68cb1bead0bd77;p=thirdparty%2Frsync.git Tweak a comment. --- diff --git a/clientname.c b/clientname.c index ef5e4d24..2e36b0ba 100644 --- a/clientname.c +++ b/clientname.c @@ -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 {