summaryrefslogtreecommitdiff
path: root/mpn/thumb
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-22 01:24:52 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-22 01:24:52 +0100
commit69a1e28c57c3f051a2a24ed077592aa1e0d94cf4 (patch)
treee786a80a3b763790c32fde64a489dcf9c4c17bff /mpn/thumb
parentbebe92a67c35337fe7c30cf3ea41fa713a2cabdc (diff)
downloadgmp-69a1e28c57c3f051a2a24ed077592aa1e0d94cf4.tar.gz
Fix __gmpn_add -> mpn_add_n in the header comment.
Diffstat (limited to 'mpn/thumb')
-rw-r--r--mpn/thumb/add_n.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/thumb/add_n.s b/mpn/thumb/add_n.s
index 2a944af6a..3fba60d34 100644
--- a/mpn/thumb/add_n.s
+++ b/mpn/thumb/add_n.s
@@ -1,4 +1,4 @@
-@ ARM/Thumb __gmpn_add -- Add two limb vectors of the same length > 0 and store
+@ ARM/Thumb mpn_add_n -- Add two limb vectors of the same length > 0 and store
@ sum in a third limb vector.
@ Copyright 1997, 2000 Free Software Foundation, Inc.