diff options
Diffstat (limited to 'time/tst-difftime.c')
-rw-r--r-- | time/tst-difftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tst-difftime.c b/time/tst-difftime.c index 7d2db59..4f0572e 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); |