summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-30 22:09:03 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-30 22:09:03 +0000
commit53a20bfd94f97f0ec85fd8e9e0a90e8e4b95468f (patch)
tree3d3a2d1c91b212f9823e1d48fcf515594f08d4fe /crypto/aes/asm
parenta28062338c009aea92b15c2bd59fa739b6d7995b (diff)
Typos in commentary section.
Diffstat (limited to 'crypto/aes/asm')
-rwxr-xr-xcrypto/aes/asm/aes-586.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/aes/asm/aes-586.pl b/crypto/aes/asm/aes-586.pl
index 0ae124dbe8..0b6b93e7f5 100755
--- a/crypto/aes/asm/aes-586.pl
+++ b/crypto/aes/asm/aes-586.pl
@@ -66,9 +66,9 @@
# stack. This unfortunately has rather strong impact on small block CBC
# performance, ~2x deterioration on 16-byte block if compared to 3.3.
#
-# Version 3.5 checks if there L1 cache aliasing between user-supplied
+# Version 3.5 checks if there is L1 cache aliasing between user-supplied
# key schedule and S-boxes and abstains from copying the former if
-# there no. This allows end-user to consciously retain small block
+# there is no. This allows end-user to consciously retain small block
# performance by aligning key schedule in specific manner.
#
# Current ECB performance numbers for 128-bit key in CPU cycles per