diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:31:30 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:31:30 -0400 | 
| commit | 4667220e3a7312f09eb192d7b26d7587918f14d0 (patch) | |
| tree | 58f8a8d3a8645d70b30e9f6154f32d1736531645 /zebra/interface.c | |
| parent | f526739897e082b9abaef935a43f92f8b1ea425a (diff) | |
*: Fix spelling of accidently
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 | 
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;  | 
