From 3c5d8f446baf3410e16436110959ef4f9991d10a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 9 Feb 2015 23:06:41 +0900 Subject: [PATCH] src: Fix typo --- src/http2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http2.cc b/src/http2.cc index b96bd339..0fbe2691 100644 --- a/src/http2.cc +++ b/src/http2.cc @@ -875,7 +875,7 @@ parse_next_link_header_once(const char *first, const char *last) { // parse next link-param continue; } - // now parsing lin-param value + // now parsing link-param value assert(*first == '='); ++first; if (first == last) {