about summary refs log tree commit diff
path: root/nptl/tst-cond20.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-cond20.c')
-rw-r--r--nptl/tst-cond20.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-cond20.c b/nptl/tst-cond20.c
index ba50d58534..18918f32e6 100644
--- a/nptl/tst-cond20.c
+++ b/nptl/tst-cond20.c
@@ -46,7 +46,7 @@ tf (void *p)
       struct timeval tv;
       gettimeofday (&tv, NULL);
       struct timespec ts;
-      /* Wait three second.  */
+      /* Wait three seconds.  */
       ts.tv_sec = tv.tv_sec + 3;
       ts.tv_nsec = tv.tv_usec * 1000;
       pthread_cond_timedwait (&cond, &mut, &ts);