From 4bbb4172aae6cf4de0f2f6e9049dac16312febd6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 3 Aug 2014 14:07:35 +0900 Subject: [PATCH] Fix typo --- lib/nghttp2_hd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index 4a792cb7..edbd31ea 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -477,7 +477,7 @@ static size_t encode_length(uint8_t *buf, size_t n, size_t prefix) } /* - * Decodes |prefx| prefixed integer stored from |in|. The |last| + * Decodes |prefix| prefixed integer stored from |in|. The |last| * represents the 1 beyond the last of the valid contiguous memory * region from |in|. The decoded integer must be less than or equal * to UINT32_MAX.