commit 3247518f22833e507db40a8356b1e69044079ff0 Author: Roger Dingledine arma@torproject.org Date: Wed Sep 13 22:28:06 2017 -0400
fix a copy-pasta issue from long ago --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/router.c b/src/or/router.c index 2bc7a875f..d2d3d12f5 100644 --- 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.
tor-commits@lists.torproject.org