]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/sha/asm/sha512-586.pl
Many spelling fixes/typo's corrected.
[thirdparty/openssl.git] / crypto / sha / asm / sha512-586.pl
index 35006e8b9fbc8cd38d84def164c03169de01adfd..867ce30b97217dc5d78c4fc42728be78ac5ea9d5 100644 (file)
@@ -42,7 +42,7 @@
 # (*)  whichever best applicable.
 # (**) x86_64 assembler performance is presented for reference
 #      purposes, the results are for integer-only code.
-# (***)        paddq is increadibly slow on Atom.
+# (***)        paddq is incredibly slow on Atom.
 #
 # IALU code-path is optimized for elder Pentiums. On vanilla Pentium
 # performance improvement over compiler generated code reaches ~60%,