summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/huffman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/http2/huffman.cpp')
-rw-r--r--src/network/access/http2/huffman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/http2/huffman.cpp b/src/network/access/http2/huffman.cpp
index 3cc6f9f01e..1c6d2e3352 100644
--- a/src/network/access/http2/huffman.cpp
+++ b/src/network/access/http2/huffman.cpp
@@ -78,7 +78,7 @@ namespace HPack
...
[00001 | 4 remaining bits]
- All entires with indices between these two will 'point' to value 48
+ All entries with indices between these two will 'point' to value 48
with bitLength == 5 so that bit stream (for example) 000001010 will be
decoded as: 48 + "put 1010 back into bitstream".