aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-09-22 02:29:34 +0200
committerAndreas Schneider <asn@samba.org>2016-09-22 08:29:15 +0200
commit0580449fc4749f7340c1904f90b385f809430e72 (patch)
treecc4873f22fa8ac775e7cd51405eee552c57fff9b
parentc026252807478862e9d718b00b6ae4493a84b976 (diff)
downloaduid_wrapper-0580449fc4749f7340c1904f90b385f809430e72.tar.gz
uid_wrapper-0580449fc4749f7340c1904f90b385f809430e72.tar.xz
uid_wrapper-0580449fc4749f7340c1904f90b385f809430e72.zip
tests: fix a comment typo
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r--tests/test_thread_sync_setreuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_thread_sync_setreuid.c b/tests/test_thread_sync_setreuid.c
index 1e6d68c..a30e8a3 100644
--- a/tests/test_thread_sync_setreuid.c
+++ b/tests/test_thread_sync_setreuid.c
@@ -123,7 +123,7 @@ static void test_sync_setreuid(void **state)
(void *)&p[i]);
}
- /* wait for the reads to set euid to 0 */
+ /* wait for the threads to set euid to 0 */
for (i = 0; i < NUM_THREADS; i++) {
while (p[i].ready != 1) {
sleep(1);