diff options
| author | Jonas Schnelli <[email protected]> | 2017-03-22 08:37:58 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-03-22 08:38:24 +0100 |
| commit | 90586b68972c7f7eea3dd07008d97482a42e8072 (patch) | |
| tree | d42711858c7005410c9417b07c405205354f9e97 /src/test/checkqueue_tests.cpp | |
| parent | Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0 (diff) | |
| parent | [trivial] Fix typos in comments (diff) | |
| download | discoin-90586b68972c7f7eea3dd07008d97482a42e8072.tar.xz discoin-90586b68972c7f7eea3dd07008d97482a42e8072.zip | |
Merge #10045: [trivial] Fix typos in comments
dbf30ff [trivial] Fix typos in comments (practicalswift)
Tree-SHA512: a841c96ba1a80ab57206e8ef4fa9b40ecff2244075a5539fc09f57e763bf2e92b0ed089e32a0dbac3902518dcda43d224f75a3462a560148841746560640ba70
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 2f958c885..287395c6c 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 |