diff options
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 850b6383a9..2bdbaf23f8 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -233,8 +233,8 @@ void routerlist_add_family(smartlist_t *sl, routerinfo_t *router) { if (!router->declared_family) return; - /* Add every r such that router declares familyhip with r, and r - * declares familyhip with router. */ + /* Add every r such that router declares familyness with r, and r + * declares familyhood with router. */ SMARTLIST_FOREACH(router->declared_family, const char *, n, { if (!(r = router_get_by_nickname(n))) |