]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo in comment
authorRoger Dingledine <arma@torproject.org>
Thu, 19 Mar 2020 04:41:57 +0000 (00:41 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 19 Mar 2020 04:41:57 +0000 (00:41 -0400)
src/feature/hs/hs_cell.c

index dd5fefd7e7ad3653235434899d47af8700d7df63..fc9f4a2654923bbef5e84b7b9eaf34f4c2dee15c 100644 (file)
@@ -758,7 +758,7 @@ hs_cell_parse_intro_established(const uint8_t *payload, size_t payload_len)
  * INTRO2 MAC to ensure that the keys are the right ones.
  *
  * Return NULL on failure to either produce the key material or on MAC
- * valication. Else a newly allocated intro keys object. */
+ * validation. Else return a newly allocated intro keys object. */
 static hs_ntor_intro_cell_keys_t *
 get_introduce2_keys_and_verify_mac(hs_cell_introduce2_data_t *data,
                                    const uint8_t *encrypted_section,