summaryrefslogtreecommitdiff
path: root/mpn/arm64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-11-30 09:43:41 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-11-30 09:43:41 +0100
commit822140f99220ef606727194f3a112efa2107616e (patch)
tree7c7b4f99081c8607a98c12e6fa698edc53c79eab /mpn/arm64
parent2143f185a17003fe5c6d6c013e07a926b05982d5 (diff)
downloadgmp-822140f99220ef606727194f3a112efa2107616e.tar.gz
Fix typo.
Diffstat (limited to 'mpn/arm64')
-rw-r--r--mpn/arm64/divrem_1.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/arm64/divrem_1.asm b/mpn/arm64/divrem_1.asm
index 29e8b158c..bc8b6639b 100644
--- a/mpn/arm64/divrem_1.asm
+++ b/mpn/arm64/divrem_1.asm
@@ -34,7 +34,7 @@ include(`../config.m4')
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)