emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 cf223dc: ; * src/timefns.c: Fix typo in previous change.


From: Paul Eggert
Subject: emacs-27 cf223dc: ; * src/timefns.c: Fix typo in previous change.
Date: Sun, 8 Mar 2020 19:50:14 -0400 (EDT)

branch: emacs-27
commit cf223dc928119bb544c3370ad59fe3e175a8236e
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; * src/timefns.c: Fix typo in previous change.
---
 src/timefns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/timefns.c b/src/timefns.c
index 4079358..553daf6 100644
--- a/src/timefns.c
+++ b/src/timefns.c
@@ -616,7 +616,7 @@ frac_to_double (Lisp_Object numerator, Lisp_Object 
denominator)
      (N * FLT_RADIX**SCALE) / D [or, if SCALE is negative, N / (D *
      FLT_RADIX**-SCALE)] as a bignum, convert the bignum to double,
      then divide the double by FLT_RADIX**SCALE.  First scale N
-     N (or scale D, if SCALE is negative) ...  */
+     (or scale D, if SCALE is negative) ...  */
   ptrdiff_t scale = ddig - ndig + DBL_MANT_DIG + 1;
   if (scale < 0)
     {



reply via email to

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