diff options
author | Roger Dingledine <arma@torproject.org> | 2018-07-30 22:35:33 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-07-30 22:35:33 -0400 |
commit | fe9f58514349c9d25b48ae29c87d8aaf065d0931 (patch) | |
tree | 949a47e824065cc0f727820fc837a3e71ded60b5 /src/feature/hs/hs_common.c | |
parent | acb54dee7bd247ae2d631de5a0d63d246574d479 (diff) | |
download | tor-fe9f58514349c9d25b48ae29c87d8aaf065d0931.tar.gz tor-fe9f58514349c9d25b48ae29c87d8aaf065d0931.zip |
fix wrong word in comment
Diffstat (limited to 'src/feature/hs/hs_common.c')
-rw-r--r-- | src/feature/hs/hs_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_common.c b/src/feature/hs/hs_common.c index 1c5dfd5e63..12405a79cb 100644 --- a/src/feature/hs/hs_common.c +++ b/src/feature/hs/hs_common.c @@ -844,7 +844,7 @@ hs_get_subcredential(const ed25519_public_key_t *identity_pk, memwipe(credential, 0, sizeof(credential)); } -/* From the given list of hidden service ports, find the ones that much the +/* From the given list of hidden service ports, find the ones that match the * given edge connection conn, pick one at random and use it to set the * connection address. Return 0 on success or -1 if none. */ int |