Fix typo in aged_unordered_container.h

This commit is contained in:
Ikko Ashimine
2021-02-02 20:16:58 +09:00
committed by manojsdoshi
parent 93ea4b2f4f
commit e7eba93666

View File

@@ -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)