summaryrefslogtreecommitdiff
path: root/lib/table.c
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-22 02:56:56 +0000
committerewlumpkin <ewlumpkin@gmail.com>2021-10-22 03:06:16 +0000
commit03bad95aa474eeaa73856a71085fa3f9f45d96fa (patch)
treee313f0e2c7044c6c137eaaf68f1755433ee09d47 /lib/table.c
parent3c8161eaa88f6ae181637b8ad7d3a39399470cee (diff)
lib: finish fixing spelling in lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
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)
{