diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-21 19:49:08 +0100 |
commit | dbf30ff10f76d2ab9114b345e8712cba30a8d282 (patch) | |
tree | 113b54b12a394382eee95bf40120009b2d143b0a /src/test/checkqueue_tests.cpp | |
parent | 0c17afcbe73ec546bc63aea34639fa0f4ea45c37 (diff) |
[trivial] Fix typos in comments
Diffstat (limited to 'src/test/checkqueue_tests.cpp')
-rw-r--r-- | src/test/checkqueue_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/checkqueue_tests.cpp b/src/test/checkqueue_tests.cpp index 2f958c885c..287395c6c6 100644 --- a/src/test/checkqueue_tests.cpp +++ b/src/test/checkqueue_tests.cpp @@ -303,7 +303,7 @@ BOOST_AUTO_TEST_CASE(test_CheckQueue_UniqueCheck) } -// Test that blocks which might allocate lots of memory free their memory agressively. +// Test that blocks which might allocate lots of memory free their memory aggressively. // // This test attempts to catch a pathological case where by lazily freeing // checks might mean leaving a check un-swapped out, and decreasing by 1 each |