diff options
Diffstat (limited to 'sysdeps/pthread/tst-clock1.c')
-rw-r--r-- | sysdeps/pthread/tst-clock1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/tst-clock1.c b/sysdeps/pthread/tst-clock1.c index b11d465fce..83a4bb2471 100644 --- a/sysdeps/pthread/tst-clock1.c +++ b/sysdeps/pthread/tst-clock1.c @@ -35,7 +35,7 @@ do_test (void) if (sysconf (_SC_THREAD_CPUTIME) >= 0) # endif { - puts ("cpuclock advertized, but cannot get ID"); + puts ("cpuclock advertised, but cannot get ID"); exit (1); } } |