summaryrefslogtreecommitdiff
path: root/mpn/s390_64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-12 20:56:00 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-12 20:56:00 +0100
commit40d4fad4f962d2bfc14c8af62849264ba7f58ab5 (patch)
tree814e81904c3963c3a22c14a4cd488b5045e37f7c /mpn/s390_64
parent277795b88c143c4658fdf1149b7decbf2de250a3 (diff)
downloadgmp-40d4fad4f962d2bfc14c8af62849264ba7f58ab5.tar.gz
Fix comment typo.
Diffstat (limited to 'mpn/s390_64')
-rw-r--r--mpn/s390_64/lshift.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/s390_64/lshift.asm b/mpn/s390_64/lshift.asm
index ba1c44e67..dee8aa6d3 100644
--- a/mpn/s390_64/lshift.asm
+++ b/mpn/s390_64/lshift.asm
@@ -32,7 +32,7 @@ C stmg is not faster.
C * One could assume more pipelining could approach 2.5 c/l, but we have not
C found any 8-way loop that runs better than the current 4-way loop.
C * Consider using the same feed-in code for 1 <= n <= 3 as for n mod 4,
-C similrly to the x86_64 sqr_basecase feed-in.
+C similarly to the x86_64 sqr_basecase feed-in.
C INPUT PARAMETERS
define(`rp', `%r2')