mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix typo in aged_unordered_container.h
This commit is contained in:
committed by
manojsdoshi
parent
93ea4b2f4f
commit
e7eba93666
@@ -551,7 +551,7 @@ private:
|
||||
m_vec.resize(count);
|
||||
}
|
||||
|
||||
// Resize the buckets to accomodate at least n items.
|
||||
// Resize the buckets to accommodate at least n items.
|
||||
template <class Container>
|
||||
void
|
||||
resize(size_type n, Container& c)
|
||||
|
||||
Reference in New Issue
Block a user