summaryrefslogtreecommitdiff
path: root/ripd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:19:37 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:19:37 -0400
commit544be979118e7ecab1ec8ef4bd8d7f0b2f387db8 (patch)
tree5d56d277f209d86710b57c3a0a96f3930de2d77e /ripd
parentce5002c6595abe375b440555fe94928cce74a0f7 (diff)
*: Fix spelling of strucutre
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index 85aac985f5..f26dcd8775 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -526,7 +526,7 @@ extern void rip_cli_init(void);
extern struct zebra_privs_t ripd_privs;
extern struct rip_instance_head rip_instances;
-/* Master thread strucutre. */
+/* Master thread structure. */
extern struct thread_master *master;
DECLARE_HOOK(rip_ifaddr_add, (struct connected * ifc), (ifc));