]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: proxy: Fix typos in comments
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:05:19 +0000 (10:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:24 +0000 (10:49 +0200)
Some minor typos in comments were fixed.

include/haproxy/proxy-t.h

index 8914dc5cee8f15eddb999ddf6702dc6eab299e4c..de13369c774a16ded19eb8464f770d7cc082bb71 100644 (file)
@@ -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 */