about summary refs log tree commit diff
path: root/time/tst-difftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/tst-difftime.c')
-rw-r--r--time/tst-difftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-difftime.c b/time/tst-difftime.c
index 7d2db59ed4..4f0572eb01 100644
--- a/time/tst-difftime.c
+++ b/time/tst-difftime.c
@@ -30,7 +30,7 @@ test_difftime_helper (time_t t1, time_t t0, double exp_val)
 static int
 do_test (void)
 {
-  time_t t = 1383791700; /* Provide reproductible start value.  */
+  time_t t = 1383791700; /* Provide reproducible start value.  */
 
   /* Check if difftime works with current time.  */
   test_difftime_helper (t + 1800, t - 1800, 3600.0);