hs: Fix two typos in an inline comment.

* FIXES #25602: https://bugs.torproject.org/25602
This commit is contained in:
Isis Lovecruft 2018-03-22 22:33:34 +00:00
parent 24abcf9771
commit fae5254783
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ introduce1_encrypt_and_encode(trn_cell_introduce1_t *cell,
crypto_cipher_free(cipher);
offset += encoded_enc_cell_len;
/* Compute MAC from the above and put it in the buffer. This function will
* make the adjustment to the encryptled_len to ommit the MAC length. */
* make the adjustment to the encrypted_len to omit the MAC length. */
compute_introduce_mac(encoded_cell, encoded_cell_len,
encrypted, encrypted_len,
keys.mac_key, sizeof(keys.mac_key),