tor

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

commit 3247518f22833e507db40a8356b1e69044079ff0
parent 00bf4ed592edfe73505499ce525aa3c96d35ae34
Author: Roger Dingledine <arma@torproject.org>
Date:   Wed, 13 Sep 2017 22:28:06 -0400

fix a copy-pasta issue from long ago

Diffstat:
Msrc/or/router.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/router.c b/src/or/router.c @@ -3607,7 +3607,7 @@ routerstatus_describe(const routerstatus_t *rs) return routerstatus_get_description(buf, rs); } -/** Return a human-readable description of the extend_info_t <b>ri</b>. +/** Return a human-readable description of the extend_info_t <b>ei</b>. * * This function is not thread-safe. Each call to this function invalidates * previous values returned by this function.