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 fafba96e95..3be43dcb8e 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -3679,7 +3679,7 @@ networkstatus_parse_detached_signatures(const char *s, const char *eos) * * Returns NULL on policy errors. * - * Set *<b>malformed_list>/b> to true if the entire policy list should be + * Set *<b>malformed_list</b> to true if the entire policy list should be * discarded. Otherwise, set it to false, and only this item should be ignored * on error - the rest of the policy list can continue to be processed and * used. |