diff options
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r-- | src/or/networkstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index a19a4317fe..4eda1b4e0e 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -783,7 +783,7 @@ networkstatus_vote_find_entry(networkstatus_t *ns, const char *digest) _compare_digest_to_routerstatus_entry); } -/*XXXX020 make this static once functions are moved into this file. */ +/*XXXX make this static once functions are moved into this file. */ /** DOCDOC */ int networkstatus_vote_find_entry_idx(networkstatus_t *ns, |