From e6eefb6e3cbe4e36e15e51d8324fc950f0a65f62 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Mon, 13 May 2019 15:56:41 -0400 Subject: Trivial Typo's in bier comments/docs. Change-Id: I3b3e868277d5caf6b1341814003a3bc5726c2df9 Signed-off-by: Paul Vinciguerra --- src/vnet/bier/bier_disp_entry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/bier/bier_disp_entry.c') 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) { -- cgit 1.2.3-korg