Fix typo in comment.

This commit is contained in:
Andy Balholm 2024-01-01 15:06:21 -08:00
parent 0d2aef37af
commit 3a1c5cd370
1 changed files with 1 additions and 1 deletions

View File

@ -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