diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 29d44c33e..105b1c11a 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1803,7 +1803,7 @@ router_purpose_to_string(uint8_t p) return NULL; } -/** Given a string, convert it to a router purpose. */ +/** Given a string, convert it to a router purpose. */ uint8_t router_purpose_from_string(const char *s) { |