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
commit2d67b447a2fe41a8268632aadfe110ab61201211 (patch)
treeb1b6a57041a5f2860e0b426b99e1fd63969817ec /src/lib/libcrypto/bn
parent7a749bef0fb3bbe4be7688ac4a1b106a77880445 (diff)
downloadopenbsd-2d67b447a2fe41a8268632aadfe110ab61201211.tar.gz
openbsd-2d67b447a2fe41a8268632aadfe110ab61201211.tar.bz2
openbsd-2d67b447a2fe41a8268632aadfe110ab61201211.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