From 085b3860651e2ff55e28f8a28a1f66b1a3fe538f Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 13 Apr 2016 23:43:07 +0300 Subject: [PATCH] Fix the spelling of "implement". Reviewed-by: Matt Caswell Reviewed-by: Rich Salz --- 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 d777459fd1..6eafaa0ad3 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 5a60f0b2fa..53e974bdd4 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 bd69eea9a0..3c4b0711fc 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 # ######################################################################## -- 2.25.1