From ee3ccd2facb2cfe863315f671c337eca72e6700c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 10 May 2017 11:16:07 -0400 Subject: [PATCH] #22211 Fix a comment in routerparse.c --- src/or/routerparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {