From: Roger Dingledine Date: Tue, 31 Jul 2018 02:35:33 +0000 (-0400) Subject: fix wrong word in comment X-Git-Tag: tor-0.3.5.1-alpha~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe9f58514349c9d25b48ae29c87d8aaf065d0931;p=thirdparty%2Ftor.git fix wrong word in comment --- 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