doc: Fix typos pointed out by lint-spelling

This commit is contained in:
brunoerg
2022-01-29 19:19:44 -03:00
parent 5b4b8f76f3
commit bad0e7f521
3 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ bool ChaCha20Poly1305AEAD::Crypt(uint64_t seqnr_payload, uint64_t seqnr_aad, int
return false;
}
memory_cleanse(expected_tag, sizeof(expected_tag));
// MAC has been successfully verified, make sure we don't covert it in decryption
// MAC has been successfully verified, make sure we don't convert it in decryption
src_len -= POLY1305_TAGLEN;
}