From: Christopher Faulet Date: Thu, 4 Jul 2024 09:19:15 +0000 (+0200) Subject: CLEANUP: stconn: Fix a typo in comments for SE_ABRT_SRC_* X-Git-Tag: v3.1-dev4~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=249a547f373ed9b4fd421f67485fde2fb564cab8;p=thirdparty%2Fhaproxy.git CLEANUP: stconn: Fix a typo in comments for SE_ABRT_SRC_* Just a little typo: s/set bu/ set by/ --- diff --git a/include/haproxy/stconn-t.h b/include/haproxy/stconn-t.h index c3468478e7..244343dc14 100644 --- a/include/haproxy/stconn-t.h +++ b/include/haproxy/stconn-t.h @@ -276,10 +276,10 @@ struct stconn; #define SE_ABRT_SRC_MASK 0x0000001f #define SE_ABRT_SRC_MUX_PT 0x01 /* Code set by the PT mux */ -#define SE_ABRT_SRC_MUX_H1 0x02 /* Code set bu the H1 mux */ -#define SE_ABRT_SRC_MUX_H2 0x03 /* Code set bu the H2 mux */ -#define SE_ABRT_SRC_MUX_QUIC 0x04 /* Code set bu the QUIC/H3 mux */ -#define SE_ABRT_SRC_MUX_FCGI 0x05 /* Code set bu the FCGI mux */ +#define SE_ABRT_SRC_MUX_H1 0x02 /* Code set by the H1 mux */ +#define SE_ABRT_SRC_MUX_H2 0x03 /* Code set by the H2 mux */ +#define SE_ABRT_SRC_MUX_QUIC 0x04 /* Code set by the QUIC/H3 mux */ +#define SE_ABRT_SRC_MUX_FCGI 0x05 /* Code set by the FCGI mux */ struct se_abort_info { uint32_t info;