summaryrefslogtreecommitdiff
path: root/zebra/rtadv.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-08-14 16:53:09 -0400
committerDonald Sharp <sharpd@nvidia.com>2024-08-15 09:19:37 -0400
commitbaa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (patch)
tree6bbaccb8dd79ebbebe8d26484bbc1e3a5fda44b3 /zebra/rtadv.c
parent4f70004723262626cd2d9db50092e0f47ee8a08d (diff)
*: Fix spelling errors found
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r--zebra/rtadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index 470391de9b..8f6713517d 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -1960,7 +1960,7 @@ uint32_t rtadv_get_interfaces_configured_from_bgp(void)
void rtadv_init(void)
{
if (CMSG_SPACE(sizeof(struct in6_pktinfo)) > RTADV_ADATA_SIZE) {
- zlog_debug("%s: RTADV_ADATA_SIZE choosen will not work on this platform, please use a larger size",
+ zlog_debug("%s: RTADV_ADATA_SIZE chosen will not work on this platform, please use a larger size",
__func__);
exit(-1);