]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:50 +0000 (02:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:50 +0000 (02:35 +0200)
* 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.

tests/test-cnd.c
tests/test-thread_local.c
tests/test-tss.c

index 2d8cabcd4addae8a0d7991a4a5db5d231bf4219b..bd8d4f255e99d1c836f1de87c524f37da60a32c7 100644 (file)
@@ -23,7 +23,7 @@
 #define DO_TEST_TIMEDCOND 1
 
 
-/* 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
 
index fddf455a5dd68b552f047a3b895f3834fa8ba765..2b2bfe032e3190ca6cb6cc787224964439ae4f4f 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifdef thread_local
 
-/* 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
 
index 0870297cf7d40e0b55a6f9ce9fc5082fbf897419..4b1843b0ea1e643c2e22a830dbd01d067f6b68d7 100644 (file)
@@ -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