소스 검색

hs: Fix two typos in an inline comment.

 * FIXES #25602: https://bugs.torproject.org/25602
Isis Lovecruft 7 년 전
부모
커밋
fae5254783
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/hs_cell.c

+ 1 - 1
src/or/hs_cell.c

@@ -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),