Commit 39d68a42 by Nao YONASHIRO Committed by vslashg

docs: fix typo (#397)

parent 078b89b3
......@@ -668,7 +668,7 @@ class raw_hash_set {
}
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.
union {
slot_type* slot_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment