diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-03-22 08:37:58 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-03-22 08:38:24 +0100 |
commit | 90586b68972c7f7eea3dd07008d97482a42e8072 (patch) | |
tree | d42711858c7005410c9417b07c405205354f9e97 /src/test/cuckoocache_tests.cpp | |
parent | 919aaf6508557439ab859c25dae86998a9bed12f (diff) | |
parent | dbf30ff10f76d2ab9114b345e8712cba30a8d282 (diff) |
Merge #10045: [trivial] Fix typos in comments
dbf30ff [trivial] Fix typos in comments (practicalswift)
Tree-SHA512: a841c96ba1a80ab57206e8ef4fa9b40ecff2244075a5539fc09f57e763bf2e92b0ed089e32a0dbac3902518dcda43d224f75a3462a560148841746560640ba70
Diffstat (limited to 'src/test/cuckoocache_tests.cpp')
-rw-r--r-- | src/test/cuckoocache_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp index 00446aa11e..4d6d6d6210 100644 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -379,7 +379,7 @@ void test_cache_generations() // Loose Check that hit rate is above min_hit_rate BOOST_CHECK(hit > min_hit_rate); // Tighter check, count number of times we are less than tight_hit_rate - // (and implicityly, greater than min_hit_rate) + // (and implicitly, greater than min_hit_rate) out_of_tight_tolerance += hit < tight_hit_rate; } // Check that being out of tolerance happens less than |