diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index cbda79eefa..1c21715d62 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2343,7 +2343,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out, ns_detached_signatures_t * networkstatus_parse_detached_signatures(const char *s, const char *eos) { - /* XXXX020 there is too much duplicate code here. */ + /* XXXX there is too much duplicate code here. */ directory_token_t *tok; smartlist_t *tokens = smartlist_create(); |