Fix typos

This commit is contained in:
practicalswift
2018-03-21 10:54:17 +01:00
parent 9b8b1079dd
commit d27327c79a
6 changed files with 13 additions and 13 deletions

View File

@@ -218,7 +218,7 @@ private:
//! last time Good was called (memory only)
int64_t nLastGood;
//! Holds addrs inserted into tried table that collide with existing entries. Test-before-evict discpline used to resolve these collisions.
//! Holds addrs inserted into tried table that collide with existing entries. Test-before-evict discipline used to resolve these collisions.
std::set<int> m_tried_collisions;
protected: