Fix typo in comment.
This commit is contained in:
parent
0d2aef37af
commit
3a1c5cd370
|
@ -29,7 +29,7 @@ type M4 struct {
|
||||||
TableBits int
|
TableBits int
|
||||||
|
|
||||||
// When LimitedSearch is true, it only looks for matches at certain
|
// When LimitedSearch is true, it only looks for matches at certain
|
||||||
// points in the input rather than at every bite.
|
// points in the input rather than at every byte.
|
||||||
// (This makes compression faster, but hurts the compression ratio.)
|
// (This makes compression faster, but hurts the compression ratio.)
|
||||||
LimitedSearch bool
|
LimitedSearch bool
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue