summaryrefslogtreecommitdiffstats
path: root/lib/table.c
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-22 04:56:56 +0200
committerewlumpkin <ewlumpkin@gmail.com>2021-10-22 05:06:16 +0200
commit03bad95aa474eeaa73856a71085fa3f9f45d96fa (patch)
treee313f0e2c7044c6c137eaaf68f1755433ee09d47 /lib/table.c
parentMerge pull request #9843 from opensourcerouting/vtysh-startup-cost (diff)
downloadfrr-03bad95aa474eeaa73856a71085fa3f9f45d96fa.tar.xz
frr-03bad95aa474eeaa73856a71085fa3f9f45d96fa.zip
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 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)
{