summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-10 11:16:07 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-10 11:16:07 -0400
commitee3ccd2facb2cfe863315f671c337eca72e6700c (patch)
tree679e4f85be777fdf971fc709c8f8c3e9c518b0bd /src/or/routerparse.c
parentd76cffda601eed40d6a81eadb1240d98ee1e70a2 (diff)
downloadtor-ee3ccd2facb2cfe863315f671c337eca72e6700c.tar.gz
tor-ee3ccd2facb2cfe863315f671c337eca72e6700c.zip
#22211 Fix a comment in routerparse.c
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index fa79cf7132..0f6113ccfc 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -2585,7 +2585,7 @@ routerstatus_parse_entry_from_string(memarea_t *area,
goto err;
}
} else if (flav == FLAV_MICRODESC) {
- offset = -1; /* There is no identity digest */
+ offset = -1; /* There is no descriptor digest in an md consensus r line */
}
if (vote_rs) {