The branch, master has been updated
       via  0580449 tests: fix a comment typo
      from  c026252 tests: Use alpha-specific syscalls.

https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0580449fc4749f7340c1904f90b385f809430e72
Author: Michael Adam <ob...@samba.org>
Date:   Thu Sep 22 02:29:34 2016 +0200

    tests: fix a comment typo
    
    Signed-off-by: Michael Adam <ob...@samba.org>
    Reviewed-by: Andreas Schneider <a...@samba.org>

-----------------------------------------------------------------------

Summary of changes:
 tests/test_thread_sync_setreuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

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);


-- 
UID Wrapper Repository

Reply via email to