Skip to content

Commit f0c9681

Browse files
committed
fix misspells loadFactorDen variable name
1 parent 7939c43 commit f0c9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/map.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const (
6666
bucketCnt = 1 << bucketCntBits
6767

6868
// Maximum average load of a bucket that triggers growth is 6.5.
69-
// Represent as loadFactorNum/loadFactDen, to allow integer math.
69+
// Represent as loadFactorNum/loadFactorDen, to allow integer math.
7070
loadFactorNum = 13
7171
loadFactorDen = 2
7272

0 commit comments

Comments
 (0)