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_entry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vnet/bier/bier_entry.c') diff --git a/src/vnet/bier/bier_entry.c b/src/vnet/bier/bier_entry.c index 80f7cfd8e56..77d96b80782 100644 --- a/src/vnet/bier/bier_entry.c +++ b/src/vnet/bier/bier_entry.c @@ -224,7 +224,7 @@ bier_entry_path_add (index_t bei, } /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask, @@ -280,7 +280,7 @@ bier_entry_path_update (index_t bei, } /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask, @@ -342,7 +342,7 @@ bier_entry_path_remove (index_t bei, fib_path_list_unlock(old_pl_index); /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask, -- cgit 1.2.3-korg