]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/aes/asm/aesfx-sparcv9.pl
Many spelling fixes/typo's corrected.
[thirdparty/openssl.git] / crypto / aes / asm / aesfx-sparcv9.pl
index 04b3cf7116e940fb8361a84bc4284ab9d5e508c9..9ddf0b4b00ecbe528b1cbdbdc61a66e8a218cf24 100644 (file)
@@ -22,7 +22,7 @@
 # April 2016
 #
 # Add "teaser" CBC and CTR mode-specific subroutines. "Teaser" means
-# that parallelizeable nature of CBC decrypt and CTR is not utilized
+# that parallelizable nature of CBC decrypt and CTR is not utilized
 # yet. CBC encrypt on the other hand is as good as it can possibly
 # get processing one byte in 4.1 cycles with 128-bit key on SPARC64 X.
 # This is ~6x faster than pure software implementation...