diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:21:31 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:21:31 -0400 | 
| commit | 3819e4ced77f42a267079aa074041dded1200953 (patch) | |
| tree | 1fa950543e355195db48ba14c91dbf714b874bd9 /pimd/pim_iface.c | |
| parent | eaf59d27c15986fb6dd699dd63959c3f8d9fe257 (diff) | |
*: Fix spelling of inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_iface.c')
| -rw-r--r-- | pimd/pim_iface.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index f75293fdb7..b98e64adfe 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -1525,7 +1525,7 @@ void pim_if_update_assert_tracking_desired(struct interface *ifp)  /*   * PIM wants to have an interface pointer for everything it does.   * The pimreg is a special interface that we have that is not - * quite an inteface but a VIF is created for it. + * quite an interface but a VIF is created for it.   */  void pim_if_create_pimreg(struct pim_instance *pim)  {  | 
