From d65181678f6de8bf793aa5b0591e808d03691c53 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Sun, 7 Jun 2020 23:10:31 +0900
Subject: [PATCH] Update doc

---
 lib/includes/ngtcp2/ngtcp2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/includes/ngtcp2/ngtcp2.h b/lib/includes/ngtcp2/ngtcp2.h
index 696f9919..858a9e0c 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;
-- 
GitLab