From: Ilia Shipitsin Date: Tue, 31 Mar 2026 22:49:18 +0000 (+0200) Subject: CLEANUP: net_helper: fix typo in comment X-Git-Tag: v3.4-dev8~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ce550b47be4f51bdf6cd181f9502b92e86a5ea;p=thirdparty%2Fhaproxy.git CLEANUP: net_helper: fix typo in comment "the the" --> "then the" --- diff --git a/src/net_helper.c b/src/net_helper.c index d84044607..5865a668f 100644 --- a/src/net_helper.c +++ b/src/net_helper.c @@ -813,7 +813,7 @@ static int sample_conv_ip_fp(const struct arg *arg_p, struct sample *smp, void * write_n16(trash->area + 3, tcpwin); write_n16(trash->area + 5, tcpmss); - /* the the bit mask of present options */ + /* then the bit mask of present options */ trash->area[7] = opts; /* mode 4: append source IP address */