diff options
author | Lijian.Zhang <Lijian.Zhang@arm.com> | 2019-09-16 16:22:36 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-25 08:59:07 +0000 |
commit | 33af8c1ed89f15cf0601ee891e9603bef16f2c93 (patch) | |
tree | dfa3d9fe944cc1b12a5b4357067ed99e639a80d4 /src/vnet/ip/ip4_mtrie.c | |
parent | 896c896a3c4ed563a270281ff8b50fd253f4833f (diff) |
fib: fix some typos in fib/mtrie
Type: fix
Change-Id: I1af0e4a9bc23a3b6b6d3a74df093801ab6cae1f8
Signed-off-by: Lijian Zhang <Lijian.Zhang@arm.com>
Diffstat (limited to 'src/vnet/ip/ip4_mtrie.c')
-rwxr-xr-x | src/vnet/ip/ip4_mtrie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/ip4_mtrie.c b/src/vnet/ip/ip4_mtrie.c index 02ce12a5ff9..ef6a033be7d 100755 --- a/src/vnet/ip/ip4_mtrie.c +++ b/src/vnet/ip/ip4_mtrie.c @@ -198,7 +198,7 @@ get_next_ply_for_leaf (ip4_fib_mtrie_t * m, ip4_fib_mtrie_leaf_t l) void ip4_mtrie_free (ip4_fib_mtrie_t * m) { - /* the root ply is embedded so the is nothing to do, + /* the root ply is embedded so there is nothing to do, * the assumption being that the IP4 FIB table has emptied the trie * before deletion. */ |