diff options
author | miod <> | 2014-07-12 11:25:25 +0000 |
---|---|---|
committer | miod <> | 2014-07-12 11:25:25 +0000 |
commit | e38eced5b24c9ac14880daf6256db41e61f7b6ac (patch) | |
tree | 9a36010b0c6b4664bb7ce39e9531fd762e104a3f /src/lib/libcrypto/bn/asm/ia64.S | |
parent | 21bd18026828ac44c0d2c01c55eb0727c2953a97 (diff) | |
download | openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.tar.gz openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.tar.bz2 openbsd-e38eced5b24c9ac14880daf6256db41e61f7b6ac.zip |
typos
Diffstat (limited to 'src/lib/libcrypto/bn/asm/ia64.S')
-rw-r--r-- | src/lib/libcrypto/bn/asm/ia64.S | 2 |
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 951abc53ea..7c4fbd3118 100644 --- a/src/lib/libcrypto/bn/asm/ia64.S +++ b/src/lib/libcrypto/bn/asm/ia64.S | |||
@@ -493,7 +493,7 @@ bn_sqr_words: | |||
493 | // possible to compress the epilogue (I'm getting tired to write this | 493 | // possible to compress the epilogue (I'm getting tired to write this |
494 | // comment over and over) and get down to 2*n+16 at the cost of | 494 | // comment over and over) and get down to 2*n+16 at the cost of |
495 | // scalability. The decision will very likely be reconsidered after the | 495 | // scalability. The decision will very likely be reconsidered after the |
496 | // benchmark program is profiled. I.e. if perfomance gain on Itanium | 496 | // benchmark program is profiled. I.e. if performance gain on Itanium |
497 | // will appear larger than loss on "wider" IA-64, then the loop should | 497 | // will appear larger than loss on "wider" IA-64, then the loop should |
498 | // be explicitely split and the epilogue compressed. | 498 | // be explicitely split and the epilogue compressed. |
499 | .L_bn_sqr_words_ctop: | 499 | .L_bn_sqr_words_ctop: |