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=df08bb2b0d05bb536b36f63b646251174879651b;hb=da33105973e5f98d9c0daf8e107299d6a278d146;hp=15d480cb43d3e8a96cedc44f9059fa770070f625;hpb=679211766be044b0d9e26bff94e242100e2fbaf8;p=vpp.git diff --git a/src/vnet/fib/fib_path_list.c b/src/vnet/fib/fib_path_list.c index 15d480cb43d..df08bb2b0d0 100644 --- a/src/vnet/fib/fib_path_list.c +++ b/src/vnet/fib/fib_path_list.c @@ -1312,7 +1312,7 @@ fib_path_list_child_add (fib_node_index_t path_list_index, * threshold. then walk children to update. * We don't undo this action. The rational being that the number * of entries using this prefix is large enough such that it is a - * non-trival amount of effort to converge them. If we get into the + * non-trivial amount of effort to converge them. If we get into the * situation where we are adding and removing entries such that we * flip-flop over the threshold, then this non-trivial work is added * to each of those routes adds/deletes - not a situation we want.