Skip to content

Commit d70824f

Browse files
eltocieardanielleadams
authored andcommitted
src: fix typo in crypto_aes.cc
concatentated -> concatenated PR-URL: #36717 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 3b64b38 commit d70824f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_aes.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ WebCryptoCipherStatus AES_Cipher(
102102
// In decrypt mode, we grab the tag length here. We'll use it to
103103
// ensure that that allocated buffer has enough room for both the
104104
// final block and the auth tag. Unlike our other AES-GCM implementation
105-
// in CipherBase, in WebCrypto, the auth tag is concatentated to the end
105+
// in CipherBase, in WebCrypto, the auth tag is concatenated to the end
106106
// of the generated ciphertext and returned in the same ArrayBuffer.
107107
tag_len = params.length;
108108
break;

0 commit comments

Comments
 (0)