From: Paul Eggert Date: Thu, 16 Dec 2021 23:35:32 +0000 (-0800) Subject: * src/timefns.c: Minor comment fix. X-Git-Tag: emacs-29.0.90~3591^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=895215854db66ee8017e5ad5c3215eb089d33e07;p=emacs.git * src/timefns.c: Minor comment fix. --- 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