mirror of
https://github.com/golang/go.git
synced 2025-11-01 09:10:57 +00:00
runtime/maps: fix typo in group.go comment (H1 -> H2)
This commit is contained in:
parent
ca4649747a
commit
1baa81be5d
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ func bitsetShiftOutLowest(b bitset) bitset {
|
||||||
//
|
//
|
||||||
// empty: 1 0 0 0 0 0 0 0
|
// empty: 1 0 0 0 0 0 0 0
|
||||||
// deleted: 1 1 1 1 1 1 1 0
|
// deleted: 1 1 1 1 1 1 1 0
|
||||||
// full: 0 h h h h h h h // h represents the H1 hash bits
|
// full: 0 h h h h h h h // h represents the H2 hash bits
|
||||||
//
|
//
|
||||||
// TODO(prattmic): Consider inverting the top bit so that the zero value is empty.
|
// TODO(prattmic): Consider inverting the top bit so that the zero value is empty.
|
||||||
type ctrl uint8
|
type ctrl uint8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue