summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn
diff options
context:
space:
mode:
authormiod <>2015-08-18 20:19:32 +0000
committermiod <>2015-08-18 20:19:32 +0000
commit13757ff35aab44e1c38d969b3e78d8029b01eb32 (patch)
treeb1b6a57041a5f2860e0b426b99e1fd63969817ec /src/lib/libcrypto/bn
parent2ea8009a06abaf0096774d1fa3d0d7f6d2f98cf5 (diff)
downloadopenbsd-13757ff35aab44e1c38d969b3e78d8029b01eb32.tar.gz
openbsd-13757ff35aab44e1c38d969b3e78d8029b01eb32.tar.bz2
openbsd-13757ff35aab44e1c38d969b3e78d8029b01eb32.zip
typos
Diffstat (limited to 'src/lib/libcrypto/bn')
-rw-r--r--src/lib/libcrypto/bn/asm/ia64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/ia64.S b/src/lib/libcrypto/bn/asm/ia64.S
index 7c4fbd3118..0cf805ddc4 100644
--- a/src/lib/libcrypto/bn/asm/ia64.S
+++ b/src/lib/libcrypto/bn/asm/ia64.S
@@ -422,7 +422,7 @@ bn_mul_add_words:
422 422
423// This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on 423// This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on
424// Itanium 2. Yes, unlike previous versions it scales:-) Previous 424// Itanium 2. Yes, unlike previous versions it scales:-) Previous
425// version was peforming *all* additions in IALU and was starving 425// version was performing *all* additions in IALU and was starving
426// for those even on Itanium 2. In this version one addition is 426// for those even on Itanium 2. In this version one addition is
427// moved to FPU and is folded with multiplication. This is at cost 427// moved to FPU and is folded with multiplication. This is at cost
428// of propogating the result from previous call to this subroutine 428// of propogating the result from previous call to this subroutine