diff options
author | Lauda <lauda.m@protonmail.ch> | 2017-01-13 16:05:16 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-01-22 13:18:51 +0100 |
commit | 5c66d41b7ffe8557ce5036613c9854d2f1dc3c37 (patch) | |
tree | 665a4171ec4582a2d4ba91989a26ab5dd2dc34bf /src/test/scheduler_tests.cpp | |
parent | 02e5308c1b9f3771bbe49bc5036215fa2bd66aa9 (diff) |
[Trivial] Grammar and typo correction
Minor corrections in src\test\* .
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 e1b0ab9258..e4ddf9d618 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. |