summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-02-14 18:53:16 +0100
committerDonald Sharp <sharpd@nvidia.com>2022-02-14 18:53:16 +0100
commit1461559c24b7c0c81c9c7fe7f21d806a9319e4d7 (patch)
treeed9406d876a95a121f0a39d9ae8ac05251df58b6 /ospfd/ospfd.c
parentospf6d: Fix spelling mistakes (diff)
downloadfrr-1461559c24b7c0c81c9c7fe7f21d806a9319e4d7.tar.xz
frr-1461559c24b7c0c81c9c7fe7f21d806a9319e4d7.zip
ospfd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index e5f3eec60..b1bba9eb4 100644
--- a/ospfd/ospfd.c
+++ b/ospfd/ospfd.c
@@ -1089,7 +1089,7 @@ struct ospf_interface *add_ospf_interface(struct connected *co,
ospf_ldp_sync_if_init(oi);
/*
- * if router_id is not configured, dont bring up
+ * if router_id is not configured, don't bring up
* interfaces.
* ospf_router_id_update() will call ospf_if_update
* whenever r-id is configured instead.