Corrected words in comments of test programs.

This commit is contained in:
Philipp Wiesemann
2013-07-27 21:02:50 +02:00
parent 8ee90e400d
commit 81450906db
3 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ void RunBasicTest()
/* Tests semantics of atomic operations. Also a stress test
* to see if they are really atomic.
*
* Serveral threads adding to the same variable.
* Several threads adding to the same variable.
* at the end the value is compared with the expected
* and with a non-atomic counter.
*/