From 8feeaff56fa9a4fbdfc06131f28a1060ffd9645d Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 27 Mar 2019 11:25:48 -0700 Subject: Typos. A bunch of typos I've been collecting. Change-Id: I53ab8d17914e6563110354e4052109ac02bf8f3b Signed-off-by: Paul Vinciguerra --- src/plugins/unittest/bier_test.c | 4 ++-- src/plugins/unittest/bihash_test.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/unittest') diff --git a/src/plugins/unittest/bier_test.c b/src/plugins/unittest/bier_test.c index 087da6fbe09..e6799eb4f42 100644 --- a/src/plugins/unittest/bier_test.c +++ b/src/plugins/unittest/bier_test.c @@ -811,7 +811,7 @@ bier_test_mpls_disp (void) bti = bier_table_add_or_lock(&bt_0_0_0_256, 1600); /* - * Add a BIER dispoition table + * Add a BIER disposition table */ const u32 bier_disp_tbl_id = 1; index_t bdti1; @@ -819,7 +819,7 @@ bier_test_mpls_disp (void) bdti1 = bier_disp_table_add_or_lock(bier_disp_tbl_id); /* - * add a bit-poistion in the table that resolves via + * add a bit-position in the table that resolves via * DISP table, i.e. a for-us bit-position */ fib_route_path_t *paths_via_disp = NULL, path_via_disp = { diff --git a/src/plugins/unittest/bihash_test.c b/src/plugins/unittest/bihash_test.c index d418ced4e6e..5768d0e14ea 100644 --- a/src/plugins/unittest/bihash_test.c +++ b/src/plugins/unittest/bihash_test.c @@ -181,7 +181,7 @@ test_bihash_threads (bihash_test_main_t * tm) } /* - * Callback to blow up spectacularly if anthing remains in the table + * Callback to blow up spectacularly if anything remains in the table */ static void count_items (BVT (clib_bihash_kv) * kvp, void *notused) -- cgit 1.2.3-korg