X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_path_list.c;fp=src%2Fvnet%2Ffib%2Ffib_path_list.c;h=f1d54430d66758c3ee418c809ce306f02c8b388b;hb=f324dec0a371431f9326f67e920630579741da3c;hp=4e110fba9f0bf8d83244d769fd1bba798c12ad3d;hpb=46f877ebba5187336be01a5692903b5ecafc4345;p=vpp.git diff --git a/src/vnet/fib/fib_path_list.c b/src/vnet/fib/fib_path_list.c index 4e110fba9f0..f1d54430d66 100644 --- a/src/vnet/fib/fib_path_list.c +++ b/src/vnet/fib/fib_path_list.c @@ -29,7 +29,7 @@ /** * The magic number of child entries that make a path-list popular. * There's a trade-off here between convergnece and forwarding speed. - * Popular path-lists generate load-balance maps for the entires that + * Popular path-lists generate load-balance maps for the entries that * use them. If the map is present there is a switch path cost to indirect * through the map - this indirection provides the fast convergence - so * without the map convergence is slower.