[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Apr 14 12:15:35 UTC 2016
The branch master has been updated
via 085b3860651e2ff55e28f8a28a1f66b1a3fe538f (commit)
from 627537ddf3792249df22fc0e33487ca62c6b7be1 (commit)
- Log -----------------------------------------------------------------
commit 085b3860651e2ff55e28f8a28a1f66b1a3fe538f
Author: Shlomi Fish <shlomif at shlomifish.org>
Date: Wed Apr 13 23:43:07 2016 +0300
Fix the spelling of "implement".
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/asm/ecp_nistz256-armv4.pl | 2 +-
crypto/ec/asm/ecp_nistz256-armv8.pl | 2 +-
crypto/ec/asm/ecp_nistz256-sparcv9.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/crypto/ec/asm/ecp_nistz256-armv4.pl b/crypto/ec/asm/ecp_nistz256-armv4.pl
index d777459..6eafaa0 100755
--- a/crypto/ec/asm/ecp_nistz256-armv4.pl
+++ b/crypto/ec/asm/ecp_nistz256-armv4.pl
@@ -1231,7 +1231,7 @@ __ecp_nistz256_add_self:
___
########################################################################
-# following subroutines are "literal" implemetation of those found in
+# following subroutines are "literal" implementation of those found in
# ecp_nistz256.c
#
########################################################################
diff --git a/crypto/ec/asm/ecp_nistz256-armv8.pl b/crypto/ec/asm/ecp_nistz256-armv8.pl
index 5a60f0b..53e974b 100644
--- a/crypto/ec/asm/ecp_nistz256-armv8.pl
+++ b/crypto/ec/asm/ecp_nistz256-armv8.pl
@@ -674,7 +674,7 @@ __ecp_nistz256_div_by_2:
.size __ecp_nistz256_div_by_2,.-__ecp_nistz256_div_by_2
___
########################################################################
-# following subroutines are "literal" implemetation of those found in
+# following subroutines are "literal" implementation of those found in
# ecp_nistz256.c
#
########################################################################
diff --git a/crypto/ec/asm/ecp_nistz256-sparcv9.pl b/crypto/ec/asm/ecp_nistz256-sparcv9.pl
index bd69eea..3c4b071 100755
--- a/crypto/ec/asm/ecp_nistz256-sparcv9.pl
+++ b/crypto/ec/asm/ecp_nistz256-sparcv9.pl
@@ -691,7 +691,7 @@ __ecp_nistz256_div_by_2:
___
########################################################################
-# following subroutines are "literal" implemetation of those found in
+# following subroutines are "literal" implementation of those found in
# ecp_nistz256.c
#
########################################################################
More information about the openssl-commits
mailing list