about summary refs log tree commit diff
path: root/time/tst-clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/tst-clock.c')
-rw-r--r--time/tst-clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-clock.c b/time/tst-clock.c
index 66f23adcba..74a583f261 100644
--- a/time/tst-clock.c
+++ b/time/tst-clock.c
@@ -110,7 +110,7 @@ do_test (void)
     /* XXX It's not yet a bug when this fails.  */
     clock_test (cl);
   else
-	  printf("CPU clock unavailble, skipping test\n");
+	  printf("CPU clock unavailable, skipping test\n");
 
   return result;
 }