summaryrefslogtreecommitdiff
path: root/lib/table.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-10-22 09:38:44 -0400
committerGitHub <noreply@github.com>2021-10-22 09:38:44 -0400
commit6d2edff594d23e8938c31a80ebd865be5f7ac1bc (patch)
treee313f0e2c7044c6c137eaaf68f1755433ee09d47 /lib/table.c
parent3c8161eaa88f6ae181637b8ad7d3a39399470cee (diff)
parent03bad95aa474eeaa73856a71085fa3f9f45d96fa (diff)
Merge pull request #9866 from ewlumpkin/comment_spelling_fixes
lib: finish fixing spelling in lib files
Diffstat (limited to 'lib/table.c')
-rw-r--r--lib/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/table.c b/lib/table.c
index e6030ca4ca..523183bef2 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)
{