diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:18:43 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:18:43 -0400 |
| commit | ce5002c6595abe375b440555fe94928cce74a0f7 (patch) | |
| tree | 6c78334dad6acff375cfe04ac16e30e47aed59b4 /tests/lib/test_table.c | |
| parent | e3fde76840751e69eb34d00cb95ee88f56f9fa76 (diff) | |
*: Fix spelling of comparision
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/lib/test_table.c')
| -rw-r--r-- | tests/lib/test_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/test_table.c b/tests/lib/test_table.c index 9b6539e3bc..cef93ad0c5 100644 --- a/tests/lib/test_table.c +++ b/tests/lib/test_table.c @@ -382,7 +382,7 @@ static void verify_prefix_iter_cmp(const char *p1, const char *p2, assert(exp_result == result); /* - * Also check the reverse comparision. + * Also check the reverse comparison. */ result = route_table_prefix_iter_cmp((struct prefix *)&p2_pfx, (struct prefix *)&p1_pfx); @@ -398,7 +398,7 @@ static void verify_prefix_iter_cmp(const char *p1, const char *p2, /* * test_prefix_iter_cmp * - * Tests comparision of prefixes according to order of iteration. + * Tests comparison of prefixes according to order of iteration. */ static void test_prefix_iter_cmp(void) { |
