mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
CLEANUP: fix spelling of "elemt"
This commit is contained in:
parent
ad6b13d317
commit
558d385c85
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue