From 3247518f22833e507db40a8356b1e69044079ff0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 13 Sep 2017 22:28:06 -0400 Subject: fix a copy-pasta issue from long ago --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') 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 ri. +/** Return a human-readable description of the extend_info_t ei. * * This function is not thread-safe. Each call to this function invalidates * previous values returned by this function. -- cgit v1.2.3-54-g00ecf