aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/phash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/phash.c')
-rw-r--r--src/vppinfra/phash.c2
1 files changed, 1 insertions, 1 deletions
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;