aboutsummaryrefslogtreecommitdiff
path: root/src/test/cuckoocache_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-01-22 13:28:14 +0100
committerMarcoFalke <[email protected]>2017-01-22 13:28:43 +0100
commitff58b1c3bdff5e5f687f10f9e40ce495ca49674e (patch)
tree98f370c955cee910290661ddefd000110b68e6a9 /src/test/cuckoocache_tests.cpp
parentMerge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests... (diff)
parent[Trivial] Grammar and typo correction (diff)
downloaddiscoin-ff58b1c3bdff5e5f687f10f9e40ce495ca49674e.tar.xz
discoin-ff58b1c3bdff5e5f687f10f9e40ce495ca49674e.zip
Merge #9610: [Trivial] Grammar and typo correction (laudaa)
5c66d41 [Trivial] Grammar and typo correction (Lauda)
Diffstat (limited to 'src/test/cuckoocache_tests.cpp')
-rw-r--r--src/test/cuckoocache_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp
index 1bc50d5ea..00446aa11 100644
--- a/src/test/cuckoocache_tests.cpp
+++ b/src/test/cuckoocache_tests.cpp
@@ -15,7 +15,7 @@
* with deterministic seeds)
* 2) Some test methods are templated to allow for easier testing
* against new versions / comparing
- * 3) Results should be treated as a regression test, ie, did the behavior
+ * 3) Results should be treated as a regression test, i.e., did the behavior
* change significantly from what was expected. This can be OK, depending on
* the nature of the change, but requires updating the tests to reflect the new
* expected behavior. For example improving the hit rate may cause some tests