Browse Source

Fix typo in comment

Loïc Hoguin 5 years ago
parent
commit
b21356c62b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cow_hpack.erl

+ 1 - 1
src/cow_hpack.erl

@@ -207,7 +207,7 @@ dec_str(<< 1:1, Rest/bits >>) ->
 %% the binary match context optimization. A more naive
 %% the binary match context optimization. A more naive
 %% implementation using bit pattern matching cannot reuse
 %% implementation using bit pattern matching cannot reuse
 %% a match context because it wouldn't always match on
 %% a match context because it wouldn't always match on
-%% bit boundaries.
+%% byte boundaries.
 %%
 %%
 %% See cow_hpack_dec_huffman_lookup.hrl for more details.
 %% See cow_hpack_dec_huffman_lookup.hrl for more details.