mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-06 09:35:22 -04:00
CLEANUP: net_helper: fix typo in comment
"the the" --> "then the"
This commit is contained in:
parent
7f6999b764
commit
10ce550b47
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue