X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffib%2Ffib_walk.c;h=a09e34df3ba7eca7552fa789e82bda734b55ee32;hb=33af8c1ed89f15cf0601ee891e9603bef16f2c93;hp=fca1bfe13d826778f7f8cae70aec9ad25f1644dd;hpb=896c896a3c4ed563a270281ff8b50fd253f4833f;p=vpp.git diff --git a/src/vnet/fib/fib_walk.c b/src/vnet/fib/fib_walk.c index fca1bfe13d8..a09e34df3ba 100644 --- a/src/vnet/fib/fib_walk.c +++ b/src/vnet/fib/fib_walk.c @@ -127,7 +127,7 @@ static const char * const fib_walk_queue_stats_names[] = FIB_WALK_QUEUE_STATS; static const char * const fib_node_bw_reason_names[] = FIB_NODE_BW_REASONS; /** - * A represenation of one queue of walk + * A representation of one queue of walk */ typedef struct fib_walk_queue_t_ { @@ -738,7 +738,7 @@ fib_walk_async (fib_node_type_t parent_type, * @brief Back walk all the children of a FIB node. * * note this is a synchronous depth first walk. Children visited may propagate - * the walk to thier children. Other children node types may not propagate, + * the walk to their children. Other children node types may not propagate, * synchronously but instead queue the walk for later async completion. */ void