mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Fix search-and-replace in comments: Friends->family does not imply friendship->familyhip.
svn:r2525
This commit is contained in:
parent
2fb08fe46c
commit
ff38cc06e1
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user