summaryrefslogtreecommitdiffstats
path: root/include/haproxy/quic_sock-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/quic_sock-t.h')
-rw-r--r--include/haproxy/quic_sock-t.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/haproxy/quic_sock-t.h b/include/haproxy/quic_sock-t.h
index 67a5749..0b9c18c 100644
--- a/include/haproxy/quic_sock-t.h
+++ b/include/haproxy/quic_sock-t.h
@@ -36,8 +36,8 @@ struct quic_dgram {
struct sockaddr_storage daddr;
struct quic_conn *qc;
- struct list recv_list; /* elemt to quic_receiver_buf <dgram_list>. */
- struct mt_list handler_list; /* elem to quic_dghdlr <dgrams>. */
+ struct list recv_list; /* element pointing to quic_receiver_buf <dgram_list>. */
+ struct mt_list handler_list; /* element pointing to quic_dghdlr <dgrams>. */
};
/* QUIC datagram handler */