From 06315b3e71bf629aba785ed5eb9d0b780c50c266 Mon Sep 17 00:00:00 2001
From: Daniel Bevenius <daniel.bevenius@gmail.com>
Date: Mon, 4 Feb 2019 14:09:32 +0100
Subject: [PATCH] Fix typo in conn_recv_handshake_pkt comment

---
 lib/ngtcp2_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ngtcp2_conn.c b/lib/ngtcp2_conn.c
index b70f7af1..045f9101 100644
--- a/lib/ngtcp2_conn.c
+++ b/lib/ngtcp2_conn.c
@@ -3980,7 +3980,7 @@ static ssize_t conn_recv_pkt(ngtcp2_conn *conn, const ngtcp2_path *path,
 
 /*
  * conn_recv_handshake_pkt processes received packet |pkt| whose
- * length if |pktlen| during handshake period.  The buffer pointed by
+ * length is |pktlen| during handshake period.  The buffer pointed by
  * |pkt| might contain multiple packets.  This function only processes
  * one packet.
  *
-- 
GitLab