mirror of
https://github.com/golang/go
synced 2024-11-22 23:50:03 -07:00
internal/zstd: s/thees/these/
This commit is contained in:
parent
dd88f23a20
commit
000a903ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user