[Gmp-commit] /var/hg/gmp: Fix typo.

mercurial at gmplib.org mercurial at gmplib.org
Mon Nov 30 08:43:47 UTC 2020


details:   /var/hg/gmp/rev/1a5f0f394f98
changeset: 18170:1a5f0f394f98
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Mon Nov 30 09:43:41 2020 +0100
description:
Fix typo.

diffstat:

 mpn/arm64/divrem_1.asm |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 628b55ceeeb3 -r 1a5f0f394f98 mpn/arm64/divrem_1.asm
--- a/mpn/arm64/divrem_1.asm	Mon Nov 30 00:38:09 2020 +0100
+++ b/mpn/arm64/divrem_1.asm	Mon Nov 30 09:43:41 2020 +0100
@@ -34,7 +34,7 @@
 
 dnl TODO
 dnl  * Handle the most significant quotient limb for the unnormalised case
-dml    specially, just like in the C code.  (It is very often 0.)
+dnl    specially, just like in the C code.  (It is very often 0.)
 
 define(`qp_arg',   x0)
 define(`fn_arg',   x1)



More information about the gmp-commit mailing list