From c989d9da6dc4ee4a8bad0e29674338f43de255de Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Mon, 1 Jun 2026 09:46:16 +0200 Subject: [PATCH] CLEANUP: fix comment typo Fix comment for H3_UNI_S_T_CTRL used for unidirectional streams. --- include/haproxy/h3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/haproxy/h3.h b/include/haproxy/h3.h index 8b91061cf..ec6da8a3f 100644 --- a/include/haproxy/h3.h +++ b/include/haproxy/h3.h @@ -27,7 +27,7 @@ #include #include -/* H3 unidirecational stream types +/* H3 unidirectional stream types * Emitted as the first byte on the stream to differentiate it. */ #define H3_UNI_S_T_CTRL 0x00