diff --git a/lib/includes/ngtcp2/ngtcp2.h b/lib/includes/ngtcp2/ngtcp2.h index 696f9919ec2e2c95ce36d38773ab1137b3225e87..858a9e0c36f3a00995bdeda8962677f4f3fbe232 100644 --- a/lib/includes/ngtcp2/ngtcp2.h +++ b/lib/includes/ngtcp2/ngtcp2.h @@ -1277,7 +1277,7 @@ typedef enum ngtcp2_stream_data_flag { /** * NGTCP2_STREAM_DATA_FLAG_0RTT indicates that this chunk of data * contains data received in 0RTT packet and the handshake has not - * been completed yet, which means that the data might be replayed. + * completed yet, which means that the data might be replayed. */ NGTCP2_STREAM_DATA_FLAG_0RTT = 0x02 } ngtcp2_stream_data_flag;