summaryrefslogtreecommitdiff
path: root/src/feature/hs
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2020-03-19 00:41:57 -0400
committerRoger Dingledine <arma@torproject.org>2020-03-19 00:41:57 -0400
commit987247bd76f1ca1ccffdee6348d240c876f78dfb (patch)
treee5ab8888818ac094ea4291eac71ff12006c244cd /src/feature/hs
parent9b307664512ed695108a3bf890ec3d14baa86b1f (diff)
downloadtor-987247bd76f1ca1ccffdee6348d240c876f78dfb.tar.gz
tor-987247bd76f1ca1ccffdee6348d240c876f78dfb.zip
fix typo in comment
Diffstat (limited to 'src/feature/hs')
-rw-r--r--src/feature/hs/hs_cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_cell.c b/src/feature/hs/hs_cell.c
index dd5fefd7e7..fc9f4a2654 100644
--- a/src/feature/hs/hs_cell.c
+++ b/src/feature/hs/hs_cell.c
@@ -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,