From f324dec0a371431f9326f67e920630579741da3c Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 03:22:21 -0500 Subject: fixing typos Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson --- src/plugins/l2e/l2e_api.c | 2 +- src/plugins/unittest/fib_test.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/l2e/l2e_api.c b/src/plugins/l2e/l2e_api.c index d2658ddc51e..92a13f855f3 100644 --- a/src/plugins/l2e/l2e_api.c +++ b/src/plugins/l2e/l2e_api.c @@ -82,7 +82,7 @@ vl_api_l2_emulation_t_handler (vl_api_l2_emulation_t * mp) /* * l2_api_hookup * Add vpe's API message handlers to the table. - * vlib has alread mapped shared memory and + * vlib has already mapped shared memory and * added the client registration handlers. * See .../vlib-api/vlibmemory/memclnt_vlib.c:memclnt_process() */ diff --git a/src/plugins/unittest/fib_test.c b/src/plugins/unittest/fib_test.c index fada2f81f52..d631350aa89 100644 --- a/src/plugins/unittest/fib_test.c +++ b/src/plugins/unittest/fib_test.c @@ -4585,7 +4585,7 @@ fib_test_v6 (void) adj_unlock(locked_ai); /* - * no more entires. +1 shared path-list + * no more entries. +1 shared path-list */ FIB_TEST((1 == fib_path_list_db_size()), "path list DB population:%d", fib_path_list_db_size()); @@ -4613,7 +4613,7 @@ fib_test_v6 (void) "Default route is DROP"); /* - * no more entires. -1 shared path-list + * no more entries. -1 shared path-list */ FIB_TEST((0 == fib_path_list_db_size()), "path list DB population:%d", fib_path_list_db_size()); @@ -5534,7 +5534,7 @@ fib_test_ae (void) /* * remove the attached route from the 2nd FIB. expect the imported - * entires to be removed + * entries to be removed */ local_pfx.fp_len = 24; fib_table_entry_delete(import_fib_index2, @@ -5561,7 +5561,7 @@ fib_test_ae (void) /* * modify the route in FIB1 so it is no longer attached. expect the imported - * entires to be removed + * entries to be removed */ local_pfx.fp_len = 24; fib_table_entry_update_one_path(import_fib_index1, @@ -7828,7 +7828,7 @@ fib_test_walk (void) FOR_EACH_TEST_CHILD(tc) { /* - * we don't really care how many times the children are visisted, as long as + * we don't really care how many times the children are visited, as long as * it is more than once. */ FIB_TEST(1 <= vec_len(tc->ctxs), @@ -7850,7 +7850,7 @@ fib_test_walk (void) FOR_EACH_TEST_CHILD(tc) { /* - * we don't really care how many times the children are visisted, as long as + * we don't really care how many times the children are visited, as long as * it is more than once. */ FIB_TEST(1 <= vec_len(tc->ctxs), -- cgit 1.2.3-korg