emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8952158: * src/timefns.c: Minor comment fix.


From: Paul Eggert
Subject: master 8952158: * src/timefns.c: Minor comment fix.
Date: Thu, 16 Dec 2021 18:35:54 -0500 (EST)

branch: master
commit 895215854db66ee8017e5ad5c3215eb089d33e07
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    * 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 998490b..74b5ca8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]