From 1b53b2ff4be476eee15d98d48f68cb1bead0bd77 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 5 Jul 2020 14:41:53 -0700 Subject: [PATCH] Tweak a comment. --- clientname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2