From: Christopher Faulet Date: Thu, 23 Apr 2026 08:05:19 +0000 (+0200) Subject: CLEANUP: proxy: Fix typos in comments X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e2893dc057b6fdc8a1b1bd3ff782d9bab4413691;p=thirdparty%2Fhaproxy.git CLEANUP: proxy: Fix typos in comments Some minor typos in comments were fixed. --- diff --git a/include/haproxy/proxy-t.h b/include/haproxy/proxy-t.h index 8914dc5ce..de13369c7 100644 --- a/include/haproxy/proxy-t.h +++ b/include/haproxy/proxy-t.h @@ -161,10 +161,10 @@ enum PR_SRV_STATE_FILE { #define PR_O2_EXT_CHK 0x04000000 /* use external command for server health */ #define PR_O2_CHK_ANY 0x06000000 /* Mask to cover any check */ -#define PR_O2_USE_SBUF_QUEUE 0x08000000 /* use small buffer for request when stream are queued*/ -#define PR_O2_USE_SBUF_L7_RETRY 0x10000000 /* use small buffer for request when L7 retires are enabled */ -#define PR_O2_USE_SBUF_CHECK 0x20000000 /* use small buffer for request's healthchecks */ -#define PR_O2_USE_SBUF_ALL 0x38000000 /* all flags for use-large-buffer option */ +#define PR_O2_USE_SBUF_QUEUE 0x08000000 /* use small buffer for request when streams are queued*/ +#define PR_O2_USE_SBUF_L7_RETRY 0x10000000 /* use small buffer for request when L7 retries are enabled */ +#define PR_O2_USE_SBUF_CHECK 0x20000000 /* use small buffer for health-check requests */ +#define PR_O2_USE_SBUF_ALL 0x38000000 /* all flags for use-small-buffer option */ /* unused : 0x40000000 ... 0x80000000 */ /* end of proxy->options2 */