summaryrefslogtreecommitdiff
path: root/mpn/alpha
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1997-08-18 04:56:19 +0200
committertege <tege@gmplib.org>1997-08-18 04:56:19 +0200
commitfabefacbb20620e40b45ebc6c6aa0860ae45e0ed (patch)
treed1373fe49c637d0d665f2a6cf3bda34984c93bf7 /mpn/alpha
parentaecf5979a6800375860dab6374e905e22b4333f8 (diff)
downloadgmp-fabefacbb20620e40b45ebc6c6aa0860ae45e0ed.tar.gz
Fix header comment.
Diffstat (limited to 'mpn/alpha')
-rw-r--r--mpn/alpha/ev5/add_n.s2
-rw-r--r--mpn/alpha/ev5/sub_n.s4
-rw-r--r--mpn/alpha/lshift.s2
-rw-r--r--mpn/alpha/rshift.s2
4 files changed, 5 insertions, 5 deletions
diff --git a/mpn/alpha/ev5/add_n.s b/mpn/alpha/ev5/add_n.s
index 1251a1fb7..98d95245b 100644
--- a/mpn/alpha/ev5/add_n.s
+++ b/mpn/alpha/ev5/add_n.s
@@ -1,4 +1,4 @@
- # Alpha __mpn_add_n -- Add two limb vectors of the same length > 0 and
+ # Alpha EV5 __mpn_add_n -- Add two limb vectors of the same length > 0 and
# store sum in a third limb vector.
# Copyright (C) 1995 Free Software Foundation, Inc.
diff --git a/mpn/alpha/ev5/sub_n.s b/mpn/alpha/ev5/sub_n.s
index 6743af50b..3ca299540 100644
--- a/mpn/alpha/ev5/sub_n.s
+++ b/mpn/alpha/ev5/sub_n.s
@@ -1,5 +1,5 @@
- # Alpha __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
- # store difference in a third limb vector.
+ # Alpha EV5 __mpn_sub_n -- Subtract two limb vectors of the same length > 0
+ # and store difference in a third limb vector.
# Copyright (C) 1995 Free Software Foundation, Inc.
diff --git a/mpn/alpha/lshift.s b/mpn/alpha/lshift.s
index 13bd24a42..6a3e55a93 100644
--- a/mpn/alpha/lshift.s
+++ b/mpn/alpha/lshift.s
@@ -1,4 +1,4 @@
- # Alpha 21064 __mpn_lshift --
+ # Alpha __mpn_lshift --
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.
diff --git a/mpn/alpha/rshift.s b/mpn/alpha/rshift.s
index 389054ab0..12a3e369d 100644
--- a/mpn/alpha/rshift.s
+++ b/mpn/alpha/rshift.s
@@ -1,4 +1,4 @@
- # Alpha 21064 __mpn_rshift --
+ # Alpha __mpn_rshift --
# Copyright (C) 1994, 1995 Free Software Foundation, Inc.