about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-cond2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-cond2.c')
-rw-r--r--sysdeps/pthread/tst-cond2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/tst-cond2.c b/sysdeps/pthread/tst-cond2.c
index 95662aa7eb..baf08c0dbc 100644
--- a/sysdeps/pthread/tst-cond2.c
+++ b/sysdeps/pthread/tst-cond2.c
@@ -124,7 +124,7 @@ do_test (void)
       return 1;
     }
 
-  puts ("get lock outselves");
+  puts ("get lock ourselves");
 
   err = pthread_mutex_lock (&mut);
   if (err != 0)