docs: fix typo (#397)
This commit is contained in:
parent
078b89b3c0
commit
39d68a422a
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ class raw_hash_set {
|
||||||
}
|
}
|
||||||
|
|
||||||
ctrl_t* ctrl_ = nullptr;
|
ctrl_t* ctrl_ = nullptr;
|
||||||
// To avoid uninitialized member warnigs, put slot_ in an anonymous union.
|
// To avoid uninitialized member warnings, put slot_ in an anonymous union.
|
||||||
// The member is not initialized on singleton and end iterators.
|
// The member is not initialized on singleton and end iterators.
|
||||||
union {
|
union {
|
||||||
slot_type* slot_;
|
slot_type* slot_;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue