]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/aes/asm/aesni-x86_64.pl
Fix some typos
[thirdparty/openssl.git] / crypto / aes / asm / aesni-x86_64.pl
index 486ebc8d9518adcdcc61296105118fafef9a6e40..e951ce7809bef79b3ef716c2275a9eeddb6ee398 100644 (file)
@@ -59,7 +59,7 @@
 # nothing one can do and the result appears optimal. CCM result is
 # identical to CBC, because CBC-MAC is essentially CBC encrypt without
 # saving output. CCM CTR "stays invisible," because it's neatly
-# interleaved wih CBC-MAC. This provides ~30% improvement over
+# interleaved with CBC-MAC. This provides ~30% improvement over
 # "straightforward" CCM implementation with CTR and CBC-MAC performed
 # disjointly. Parallelizable modes practically achieve the theoretical
 # limit.