summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-09-08 21:41:56 +0200
committerTorbjorn Granlund <tg@gmplib.org>2019-09-08 21:41:56 +0200
commitc3cfa4b25f7d19e0f252525ee681d553b6b91d05 (patch)
tree512251aca20b9818dc2310e875b534c40af5291e /mpn
parent4669f00c7468ff6fcf5edfae4b7bcb2d3f30fb9f (diff)
downloadgmp-c3cfa4b25f7d19e0f252525ee681d553b6b91d05.tar.gz
Fix comment typo.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/arm64/gcd_1.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/arm64/gcd_1.asm b/mpn/arm64/gcd_1.asm
index 25f658b79..55513b31d 100644
--- a/mpn/arm64/gcd_1.asm
+++ b/mpn/arm64/gcd_1.asm
@@ -1,4 +1,4 @@
-dnl ARM v6t2 mpn_gcd_1.
+dnl ARM v8a mpn_gcd_1.
dnl Based on the K7 gcd_1.asm, by Kevin Ryde. Rehacked for ARM by Torbjorn
dnl Granlund.