From ec11b13a21b2becc1d1bd746a04624d17b26583f Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Mon, 24 Sep 2018 05:25:00 -0700 Subject: Trivial: Cleanup some typos. This is a new commit for code under a different maintainer. Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439 Signed-off-by: Paul Vinciguerra --- src/vppinfra/phash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vppinfra/phash.c') diff --git a/src/vppinfra/phash.c b/src/vppinfra/phash.c index 14da522594a..f6eecaa4103 100644 --- a/src/vppinfra/phash.c +++ b/src/vppinfra/phash.c @@ -556,7 +556,7 @@ augment (phash_main_t * pm, u32 b_root, u32 high_water) /* tb_parent with v has either one or zero collisions. */ - /* add childb to the queue of reachable things */ + /* add child b to the queue of reachable things */ if (tb_child) tb_child->water_b = high_water; pm->tabq[tail].b_q = tb_child ? tb_child - pm->tabb : ~0; -- cgit 1.2.3-korg