Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/tsl/ordered_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ class ordered_hash : private Hash, private KeyEqual {
#endif

/*
* The insertion didn't happend at the end of the m_values container,
* The insertion didn't happen at the end of the m_values container,
* we need to shift the indexes in m_buckets_data.
*/
if (index_insert_position != m_values.size() - 1) {
Expand Down