summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_lsa.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 14:29:58 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 14:29:58 +0200
commitf526739897e082b9abaef935a43f92f8b1ea425a (patch)
treeb74651f33bab4c4c3a519776711f2176d6ddc6f5 /ospfd/ospf_lsa.c
parentdoc: Fix spelling of choosen (diff)
downloadfrr-f526739897e082b9abaef935a43f92f8b1ea425a.tar.xz
frr-f526739897e082b9abaef935a43f92f8b1ea425a.zip
*: Fix spelling of accomodate
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_lsa.c')
-rw-r--r--ospfd/ospf_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c
index de146a166..59e1b73d2 100644
--- a/ospfd/ospf_lsa.c
+++ b/ospfd/ospf_lsa.c
@@ -450,7 +450,7 @@ char link_info_set(struct stream **s, struct in_addr id, struct in_addr data,
/* LSA stream is initially allocated to OSPF_MAX_LSA_SIZE, suits
* vast majority of cases. Some rare routers with lots of links need
* more.
- * we try accomodate those here.
+ * we try accommodate those here.
*/
if (STREAM_WRITEABLE(*s) < OSPF_ROUTER_LSA_LINK_SIZE) {
size_t ret = OSPF_MAX_LSA_SIZE;