diff options
Diffstat (limited to 'lib/table.c')
-rw-r--r-- | lib/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.c b/lib/table.c index e6030ca4c..523183bef 100644 --- a/lib/table.c +++ b/lib/table.c @@ -393,7 +393,7 @@ void route_node_delete(struct route_node *node) route_node_delete(parent); } -/* Get fist node and lock it. This function is useful when one want +/* Get first node and lock it. This function is useful when one wants to lookup all the node exist in the routing table. */ struct route_node *route_top(struct route_table *table) { |