diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-05-13 15:56:41 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-05-13 22:30:28 +0000 |
commit | e6eefb6e3cbe4e36e15e51d8324fc950f0a65f62 (patch) | |
tree | a9309d71612a636428f39444cf02d126594842ce /src/vnet/bier/bier_entry.c | |
parent | 5bfb504d2156f9480c1dd813238bd46b71e689d8 (diff) |
Trivial Typo's in bier comments/docs.
Change-Id: I3b3e868277d5caf6b1341814003a3bc5726c2df9
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/bier/bier_entry.c')
-rw-r--r-- | src/vnet/bier/bier_entry.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |