fix misspells loadFactorDen variable name

This commit is contained in:
maronghe 2020-04-01 13:56:34 +08:00
parent 7939c43748
commit f0c96819eb

View file

@ -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