mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
compress/flate: fix typo in comment
Change-Id: I32ec2d8cb838fb850b3779726cf347dac21dff68 Reviewed-on: https://go-review.googlesource.com/8322 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
94410c794e
commit
2c20eda1d8
@ -24,7 +24,7 @@ const (
|
||||
maxMatchLength = 258 // The longest match for the compressor
|
||||
minOffsetSize = 1 // The shortest offset that makes any sense
|
||||
|
||||
// The maximum number of tokens we put into a single flat block, just too
|
||||
// The maximum number of tokens we put into a single flat block, just to
|
||||
// stop things from getting too large.
|
||||
maxFlateBlockTokens = 1 << 14
|
||||
maxStoreBlockSize = 65535
|
||||
|
Loading…
x
Reference in New Issue
Block a user