fix spelling :)

This commit is contained in:
Daniel Kahn Gillmor
2018-01-16 14:21:36 -05:00
parent 6a4d1cc84e
commit b3a2667e9f
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#
# PTHREAD_SINGLETHREADED_TIME
# - Define this if you want to single-thread time() ... there ARE
# possibile caching side-effects in a multithreaded environment
# possible caching side-effects in a multithreaded environment
# without this, but the performance impact may require you to
# try it unsynchronized.
#

View File

@@ -35,5 +35,5 @@
# 3. create DIR/test_XXX.sh.
# 4. write a run function and testcase functions in DIR/test_XXX.sh.
# 5. within the run function, call run_testcase for each testcase function.
# 6. within each testcase funtion, call assertneq or asserteq, or do
# 6. within each testcase function, call assertneq or asserteq, or do
# the equivalent.

View File

@@ -1,4 +1,4 @@
# test suite that always succeds - for testing framework
# test suite that always succeeds - for testing framework
run()
{