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 /staticd | |
| parent | 581776faa1bf87f676b3d71cf5437767782df82b (diff) | |
*: Fix spelling of Inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'staticd')
| -rw-r--r-- | staticd/static_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c index af153b4bc3..bf0e4e8ab9 100644 --- a/staticd/static_zebra.c +++ b/staticd/static_zebra.c @@ -87,7 +87,7 @@ static struct static_nht_hash_head static_nht_hash[1];  struct zclient *zclient;  uint32_t zebra_ecmp_count = MULTIPATH_NUM; -/* Inteface addition message from zebra. */ +/* Interface addition message from zebra. */  static int static_ifp_create(struct interface *ifp)  {  	static_ifindex_update(ifp, true);  | 
