From 3a1c5cd370951059b6490f869ebc1f16f4559c95 Mon Sep 17 00:00:00 2001 From: Andy Balholm Date: Mon, 1 Jan 2024 15:06:21 -0800 Subject: [PATCH] Fix typo in comment. --- matchfinder/m4.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchfinder/m4.go b/matchfinder/m4.go index be935b7..50ac6a7 100644 --- a/matchfinder/m4.go +++ b/matchfinder/m4.go @@ -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