Skip to content

Commit fe07091

Browse files
euankmundaym
authored andcommitted
crypto/aes: correct 'noescape' typo in s390x
Change-Id: I9e24a28b4daee5d6e1e4769547922a1a253b4ffc Reviewed-on: https://go-review.googlesource.com/34377 Reviewed-by: Michael Munday <munday@ca.ibm.com>
1 parent 232991e commit fe07091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/aes/cipher_s390x.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type aesCipherAsm struct {
2727
// cryptBlocks invokes the cipher message (KM) instruction with
2828
// the given function code. This is equivalent to AES in ECB
2929
// mode. The length must be a multiple of BlockSize (16).
30-
//go:noesape
30+
//go:noescape
3131
func cryptBlocks(c code, key, dst, src *byte, length int)
3232

3333
var useAsm = cipherhw.AESGCMSupport()

0 commit comments

Comments
 (0)