diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:38:11 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 |
| commit | 61879cab13b362db334af8e015076b6a959ab5b1 (patch) | |
| tree | e5fe6d226385ef7894c9d87721dc67c79b680225 /ripngd | |
| parent | 581776faa1bf87f676b3d71cf5437767782df82b (diff) | |
*: Fix spelling of Inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripngd')
| -rw-r--r-- | ripngd/ripng_interface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index 66e109985d..5159a9825b 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -198,7 +198,7 @@ static int ripng_if_down(struct interface *ifp) return 0; } -/* Inteface link up message processing. */ +/* Interface link up message processing. */ static int ripng_ifp_up(struct interface *ifp) { if (IS_RIPNG_DEBUG_ZEBRA) @@ -222,7 +222,7 @@ static int ripng_ifp_up(struct interface *ifp) return 0; } -/* Inteface link down message processing. */ +/* Interface link down message processing. */ static int ripng_ifp_down(struct interface *ifp) { ripng_interface_sync(ifp); @@ -238,7 +238,7 @@ static int ripng_ifp_down(struct interface *ifp) return 0; } -/* Inteface addition message from zebra. */ +/* Interface addition message from zebra. */ static int ripng_ifp_create(struct interface *ifp) { ripng_interface_sync(ifp); |
