[tor-commits] [tor/release-0.3.5] comment: Fix a typo in nodes_in_same_family()

nickm at torproject.org nickm at torproject.org
Wed Nov 14 12:43:00 UTC 2018


commit a7aa3f76ecfceb4f7efaab4bc5744e422735c396
Author: teor <teor at torproject.org>
Date:   Wed Nov 7 18:47:42 2018 +1000

    comment: Fix a typo in nodes_in_same_family()
---
 src/feature/nodelist/nodelist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/nodelist/nodelist.c b/src/feature/nodelist/nodelist.c
index a98a5c865..c77ef443d 100644
--- a/src/feature/nodelist/nodelist.c
+++ b/src/feature/nodelist/nodelist.c
@@ -1932,7 +1932,7 @@ nodes_in_same_family(const node_t *node1, const node_t *node2)
       return 1;
   }
 
-  /* Are they in the same option because the user says they are? */
+  /* Are they in the same family because the user says they are? */
   if (options->NodeFamilySets) {
     SMARTLIST_FOREACH(options->NodeFamilySets, const routerset_t *, rs, {
         if (routerset_contains_node(rs, node1) &&





More information about the tor-commits mailing list