summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:31:30 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:31:30 -0400
commit4667220e3a7312f09eb192d7b26d7587918f14d0 (patch)
tree58f8a8d3a8645d70b30e9f6154f32d1736531645 /zebra/interface.c
parentf526739897e082b9abaef935a43f92f8b1ea425a (diff)
*: Fix spelling of accidently
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index a70326ebb3..677ec4650f 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -958,7 +958,7 @@ void if_nbr_mac_to_ipv4ll_neigh_update(struct interface *ifp,
/*
* We need to note whether or not we originated a v6
* neighbor entry for this interface. So that when
- * someone unwisely accidently deletes this entry
+ * someone unwisely accidentally deletes this entry
* we can shove it back in.
*/
zif->v6_2_v4_ll_neigh_entry = !!add;