From: Bruno Haible <bruno@clisp.org>
Date: Mon, 15 Jul 2019 00:35:50 +0000 (+0200)
Subject: Fix typo in comment.
X-Git-Tag: v1.0~4765
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=26ac950258af98c724d4ffa2f635d331710fa5e5;p=gnulib.git

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.
---

diff --git a/tests/test-cnd.c b/tests/test-cnd.c
index 2d8cabcd4a..bd8d4f255e 100644
--- a/tests/test-cnd.c
+++ b/tests/test-cnd.c
@@ -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
 
diff --git a/tests/test-thread_local.c b/tests/test-thread_local.c
index fddf455a5d..2b2bfe032e 100644
--- a/tests/test-thread_local.c
+++ b/tests/test-thread_local.c
@@ -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
 
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