From 895215854db66ee8017e5ad5c3215eb089d33e07 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 16 Dec 2021 15:35:32 -0800 Subject: [PATCH] * src/timefns.c: Minor comment fix. --- src/timefns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/timefns.c b/src/timefns.c index 998490bb7fb..74b5ca8d515 100644 --- a/src/timefns.c +++ b/src/timefns.c @@ -1140,8 +1140,7 @@ time_arith (Lisp_Object a, Lisp_Object b, bool subtract) upwards by multiplying the normalized numerator and denominator so that the resulting denominator becomes at least hzmin. This rescaling avoids returning a timestamp that is less precise - than both a and b, or a timestamp that looks obsolete when that - might be a problem. */ + than both a and b. */ if (!FASTER_TIMEFNS || mpz_cmp (*ihz, *hzmin) < 0) { /* Rescale straightforwardly. Although this might not -- 2.39.5