]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/*: fix spelling of 'below'
authorMartin Lindhe <martin.j.lindhe@gmail.com>
Mon, 20 Mar 2017 11:14:47 +0000 (12:14 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 20 Mar 2017 16:03:18 +0000 (16:03 +0000)
Change-Id: Ic9d65206ec27f6d54bb71395802929e9c769e80a
Reviewed-on: https://go-review.googlesource.com/38355
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/aes/asm_ppc64le.s
src/crypto/sha512/sha512block_amd64.s

index e476d4e747c0e575eb72d7d949df988f121288b8..35fd8b0fadfbf9b113a1d540cf1bc337385e983c 100644 (file)
@@ -7,7 +7,7 @@
 // licensed under OpenSSL and CRYPTOGAMS licenses depending on where you obtain
 // it. For further details see http://www.openssl.org/~appro/cryptogams/.
 
-// Original code can be found at the link bellow:
+// Original code can be found at the link below:
 // https://git.openssl.org/?p=openssl.git;a=blob;f=crypto/aes/asm/aesp8-ppc.pl
 
 // The code is based on 627c953376 from 4 Jun 2016. I changed some function
index 19b390a44832a0b3a1c5f7b5121178988bc1629f..5370e5ea5b76242025a220c16248174697317c7b 100644 (file)
@@ -272,7 +272,7 @@ loop:
 end:
        RET
 
-// Version bellow is based on "Fast SHA512 Implementations on Intel
+// Version below is based on "Fast SHA512 Implementations on Intel
 // Architecture Processors" White-paper
 // http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-sha512-implementations-ia-processors-paper.pdf
 // AVX2 version by Intel, same algorithm in Linux kernel: