[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Jul 31 01:46:43 UTC 2017
The branch master has been updated
via bac5b39c96b2e573e1ca0ad648620022cd3bfa32 (commit)
from f673c4f8f2a12bb8efcb0869646fdf0efd6bf30e (commit)
- Log -----------------------------------------------------------------
commit bac5b39c96b2e573e1ca0ad648620022cd3bfa32
Author: Xiaoyin Liu <xiaoyinl at users.noreply.github.com>
Date: Sun Jul 30 21:26:38 2017 -0400
Fix typo in sha1-thumb.pl
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4056)
-----------------------------------------------------------------------
Summary of changes:
crypto/sha/asm/sha1-thumb.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/sha/asm/sha1-thumb.pl b/crypto/sha/asm/sha1-thumb.pl
index 661fd9f..1cf1549 100644
--- a/crypto/sha/asm/sha1-thumb.pl
+++ b/crypto/sha/asm/sha1-thumb.pl
@@ -21,7 +21,7 @@
# The code does not present direct interest to OpenSSL, because of low
# performance. Its purpose is to establish _size_ benchmark. Pretty
# useless one I must say, because 30% or 88 bytes larger ARMv4 code
-# [avialable on demand] is almost _twice_ as fast. It should also be
+# [available on demand] is almost _twice_ as fast. It should also be
# noted that in-lining of .Lcommon and .Lrotate improves performance
# by over 40%, while code increases by only 10% or 32 bytes. But once
# again, the goal was to establish _size_ benchmark, not performance.
More information about the openssl-commits
mailing list