mirror of
https://github.com/golang/go
synced 2024-11-18 09:04:49 -07:00
fix misspells loadFactorDen variable name
This commit is contained in:
parent
7939c43748
commit
f0c96819eb
@ -66,7 +66,7 @@ const (
|
||||
bucketCnt = 1 << bucketCntBits
|
||||
|
||||
// Maximum average load of a bucket that triggers growth is 6.5.
|
||||
// Represent as loadFactorNum/loadFactDen, to allow integer math.
|
||||
// Represent as loadFactorNum/loadFactorDen, to allow integer math.
|
||||
loadFactorNum = 13
|
||||
loadFactorDen = 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user