diff options
Diffstat (limited to 'sysdeps/pthread/tst-cond2.c')
-rw-r--r-- | sysdeps/pthread/tst-cond2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/tst-cond2.c b/sysdeps/pthread/tst-cond2.c index 95662aa..baf08c0 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) |