diff options
Diffstat (limited to 'src/vnet/bier/bier_disp_entry.c')
-rw-r--r-- | src/vnet/bier/bier_disp_entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/bier/bier_disp_entry.c b/src/vnet/bier/bier_disp_entry.c index c1437768dd6..ae1256e246a 100644 --- a/src/vnet/bier/bier_disp_entry.c +++ b/src/vnet/bier/bier_disp_entry.c @@ -175,7 +175,7 @@ bier_disp_entry_path_add (index_t bdei, old_pli = *pli; /* - * create a new or update the exisitng path-list for this + * create a new or update the existing path-list for this * payload protocol */ if (FIB_NODE_INDEX_INVALID == *pli) @@ -211,7 +211,7 @@ bier_disp_entry_path_remove (index_t bdei, old_pli = *pli; /* - * update the exisitng path-list for this payload protocol + * update the existing path-list for this payload protocol */ if (FIB_NODE_INDEX_INVALID != *pli) { |