]> Cypherpunks repositories - gostls13.git/commitdiff
internal/zstd: s/thees/these/
authorJes Cok <xigua67damn@gmail.com>
Tue, 14 Nov 2023 13:47:44 +0000 (13:47 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 17 Nov 2023 16:44:06 +0000 (16:44 +0000)
Change-Id: I0e3dc4aadb7e8082c26653979a5e6caf5172f9df
GitHub-Last-Rev: 000a903ab5d529cf434366fe6d3155221a3e250d
GitHub-Pull-Request: golang/go#64117
Reviewed-on: https://go-review.googlesource.com/c/go/+/542195
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Jes Cok <xigua67damn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/internal/zstd/fse.go

index ea661d4499d50eae2fe4f4b6b8bbe6b2b0883232..f03a792edebbf36e3dd9ce3f8d3c55f307548a1f 100644 (file)
@@ -208,7 +208,7 @@ func (r *Reader) buildFSE(off int, norm []int16, table []fseEntry, tableBits int
 // We use these for literal/match/length values.
 // Those require mapping the symbol to a baseline value,
 // and then reading zero or more bits and adding the value to the baseline.
-// Rather than looking thees up in separate tables,
+// Rather than looking these up in separate tables,
 // we convert the FSE table to an FSE baseline table.
 type fseBaselineEntry struct {
        baseline uint32 // baseline for value that this entry represents