diff --git a/src/quic_sock.c b/src/quic_sock.c index b21fe8cac..a3f37684e 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -338,8 +338,8 @@ static struct quic_dgram *quic_rxbuf_purge_dgrams(struct quic_receiver_buf *rbuf return prev; } -/* Receive data from datagram socket . Data are placed in buffer of - * length . +/* Receive a single message from datagram socket . Data are placed in + * buffer of length . * * Datagram addresses will be returned via the next arguments. will be * the peer address and the reception one. Note that can only be