summaryrefslogtreecommitdiff
path: root/tests/test-tss.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-15 02:35:50 +0200
committerBruno Haible <bruno@clisp.org>2019-07-15 02:35:50 +0200
commit26ac950258af98c724d4ffa2f635d331710fa5e5 (patch)
tree38e10173abe6730f09173e4a6b34ce6d026b0314 /tests/test-tss.c
parent323b506f57f1a0f149c95adbfa001aaca57dd672 (diff)
downloadgnulib-26ac950258af98c724d4ffa2f635d331710fa5e5.tar.gz
Fix typo in comment.
* tests/test-cnd.c (EXPLICIT_YIELD): Fix typo in comment. * tests/test-tss.c (EXPLICIT_YIELD): Likewise. * tests/test-thread_local.c (EXPLICIT_YIELD): Likewise.
Diffstat (limited to 'tests/test-tss.c')
-rw-r--r--tests/test-tss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-tss.c b/tests/test-tss.c
index 0870297cf7..4b1843b0ea 100644
--- a/tests/test-tss.c
+++ b/tests/test-tss.c
@@ -18,7 +18,7 @@
#include <config.h>
-/* Whether to help the scheduler through explicit yield().
+/* Whether to help the scheduler through explicit thrd_yield().
Uncomment this to see if the operating system has a fair scheduler. */
#define EXPLICIT_YIELD 1