]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: stconn: Fix a typo in comments for SE_ABRT_SRC_*
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 09:19:15 +0000 (11:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
Just a little typo: s/set bu/ set by/

include/haproxy/stconn-t.h

index c3468478e7fc05f0f0aed4d1282da2cd54716b57..244343dc14e78b2698143d09028e833736b0186b 100644 (file)
@@ -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;