diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-12-22 01:26:17 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-12-22 01:26:17 +0100 |
commit | 10d43d2528bd94ecafc89bc0963b74b557916608 (patch) | |
tree | 1ec68359201cfe35fafab4715344ccc862437513 /mpn/m88k | |
parent | 69a1e28c57c3f051a2a24ed077592aa1e0d94cf4 (diff) | |
download | gmp-10d43d2528bd94ecafc89bc0963b74b557916608.tar.gz |
Fix __gmpn_sub -> mpn_sub_n in the header comment.
Diffstat (limited to 'mpn/m88k')
-rw-r--r-- | mpn/m88k/sub_n.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/m88k/sub_n.s b/mpn/m88k/sub_n.s index d74ecfa28..c3e617009 100644 --- a/mpn/m88k/sub_n.s +++ b/mpn/m88k/sub_n.s @@ -1,4 +1,4 @@ -; mc88100 __gmpn_sub -- Subtract two limb vectors of the same length > 0 and +; mc88100 mpn_sub_n -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. ; Copyright 1992, 1994, 1996, 2000 Free Software Foundation, Inc. |