Skip to content
Snippets Groups Projects
Unverified Commit a7aa3f76 authored by teor's avatar teor
Browse files

comment: Fix a typo in nodes_in_same_family()

parent c793cf33
No related branches found
No related tags found
No related merge requests found
......@@ -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) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment