tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit fe9f58514349c9d25b48ae29c87d8aaf065d0931
parent acb54dee7bd247ae2d631de5a0d63d246574d479
Author: Roger Dingledine <arma@torproject.org>
Date:   Mon, 30 Jul 2018 22:35:33 -0400

fix wrong word in comment

Diffstat:
Msrc/feature/hs/hs_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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