summaryrefslogtreecommitdiff
path: root/mpn/thumb
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-22 01:26:17 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-22 01:26:17 +0100
commit10d43d2528bd94ecafc89bc0963b74b557916608 (patch)
tree1ec68359201cfe35fafab4715344ccc862437513 /mpn/thumb
parent69a1e28c57c3f051a2a24ed077592aa1e0d94cf4 (diff)
downloadgmp-10d43d2528bd94ecafc89bc0963b74b557916608.tar.gz
Fix __gmpn_sub -> mpn_sub_n in the header comment.
Diffstat (limited to 'mpn/thumb')
-rw-r--r--mpn/thumb/sub_n.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/thumb/sub_n.s b/mpn/thumb/sub_n.s
index f2e24a045..e5e5a658b 100644
--- a/mpn/thumb/sub_n.s
+++ b/mpn/thumb/sub_n.s
@@ -1,4 +1,4 @@
-@ ARM/Thumb __gmpn_sub -- Subtract two limb vectors of the same length > 0 and
+@ ARM/Thumb mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
@ store difference in a third limb vector.
@ Copyright 1997, 2000 Free Software Foundation, Inc.