1
0
mirror of https://github.com/golang/go synced 2024-11-18 04:04:49 -07:00

crypto/*: fix spelling of 'below'

Change-Id: Ic9d65206ec27f6d54bb71395802929e9c769e80a
Reviewed-on: https://go-review.googlesource.com/38355
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Martin Lindhe 2017-03-20 12:14:47 +01:00 committed by Brad Fitzpatrick
parent df6025bc0d
commit d80166ebbe
2 changed files with 2 additions and 2 deletions

View 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

View 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: