diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 11:04:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 11:04:14 +0300 |
| commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
| tree | 50fd3849596e3b294b656158efee024c589157c2 /tests/lib/test_table.c | |
| parent | 1815b8f3354ed1a8163c103caec8404a318a05c2 (diff) | |
| parent | 4667220e3a7312f09eb192d7b26d7587918f14d0 (diff) | |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
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) { |
