diff options
author | Roger Dingledine <arma@torproject.org> | 2017-09-13 22:28:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-09-13 22:28:06 -0400 |
commit | 3247518f22833e507db40a8356b1e69044079ff0 (patch) | |
tree | 12bb728d955ecf48bcabcb7cd4a1f85bf00cb4b9 /src/or/router.c | |
parent | 00bf4ed592edfe73505499ce525aa3c96d35ae34 (diff) | |
download | tor-3247518f22833e507db40a8356b1e69044079ff0.tar.gz tor-3247518f22833e507db40a8356b1e69044079ff0.zip |
fix a copy-pasta issue from long ago
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 2bc7a875f1..d2d3d12f5b 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. |