summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-02-07 19:50:49 -0500
committerDonald Sharp <sharpd@nvidia.com>2024-02-08 07:58:54 -0500
commit90e5cafdb63ffc5125d966e5a0537bb4353fa8cb (patch)
tree1de958020f2754660d5e2c6f32468cb6d211e9d8
parent65d82a45ecaafa60e680434e7f27ffe50e528f9b (diff)
zebra: Fixup documentation in zebra_nhg.h
The documentation was wrong. Let's adjust it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r--zebra/zebra_nhg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h
index 4eddecb73d..5de978b224 100644
--- a/zebra/zebra_nhg.h
+++ b/zebra/zebra_nhg.h
@@ -85,7 +85,7 @@ struct nhg_hash_entry {
* nhg(1)->nhg_dependents is 3 in the tree
*
* nhg(2)->nhg_depends is empty
- * nhg(3)->nhg_dependents is 3 in the tree
+ * nhg(2)->nhg_dependents is 3 in the tree
*/
struct nhg_connected_tree_head nhg_depends, nhg_dependents;