Fix some typos
[openssl.git] / crypto / aes / asm / bsaes-x86_64.pl
index 6593f7a22ebcf477d5ee32c56b3ec85ecea9b9ad..1f9f261ca48e2fc888d257c695d616ecf2ca1003 100644 (file)
@@ -27,7 +27,7 @@
 # - code was made position-independent;
 # - rounds were folded into a loop resulting in >5x size reduction
 #   from 12.5KB to 2.2KB;
-# - above was possibile thanks to mixcolumns() modification that
+# - above was possible thanks to mixcolumns() modification that
 #   allowed to feed its output back to aesenc[last], this was
 #   achieved at cost of two additional inter-registers moves;
 # - some instruction reordering and interleaving;