Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalholm committed Jan 1, 2024
1 parent 0d2aef3 commit 3a1c5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchfinder/m4.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type M4 struct {
TableBits int

// 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.)
LimitedSearch bool

Expand Down

0 comments on commit 3a1c5cd

Please sign in to comment.