diff options
| author | MarcoFalke <[email protected]> | 2017-01-22 13:28:14 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-22 13:28:43 +0100 |
| commit | ff58b1c3bdff5e5f687f10f9e40ce495ca49674e (patch) | |
| tree | 98f370c955cee910290661ddefd000110b68e6a9 /src/test/scheduler_tests.cpp | |
| parent | Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests... (diff) | |
| parent | [Trivial] Grammar and typo correction (diff) | |
| download | discoin-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/scheduler_tests.cpp')
| -rw-r--r-- | src/test/scheduler_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/scheduler_tests.cpp b/src/test/scheduler_tests.cpp index e1b0ab925..e4ddf9d61 100644 --- a/src/test/scheduler_tests.cpp +++ b/src/test/scheduler_tests.cpp @@ -47,8 +47,8 @@ BOOST_AUTO_TEST_CASE(manythreads) // // So... ten shared counters, which if all the tasks execute // properly will sum to the number of tasks done. - // Each task adds or subtracts from one of the counters a - // random amount, and then schedules another task 0-1000 + // Each task adds or subtracts a random amount from one of the + // counters, and then schedules another task 0-1000 // microseconds in the future to subtract or add from // the counter -random_amount+1, so in the end the shared // counters should sum to the number of initial tasks performed. |