]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: net_helper: fix typo in comment
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 31 Mar 2026 22:49:18 +0000 (00:49 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 2 Apr 2026 09:29:54 +0000 (11:29 +0200)
"the the" --> "then the"

src/net_helper.c

index d840446076f9e8935fc45275d4811d653aeae7db..5865a668fbbff3b300de03955911c00ea741728e 100644 (file)
@@ -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 */