X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvppinfra%2Fphash.c;h=f6eecaa410391150f4fe9ca2b1f594771a18b5d0;hb=ec11b13a;hp=14da522594aa146a84347c22399a4645544fc236;hpb=7d426535b4e98731193cc0265b83f2336dcdf5b3;p=vpp.git 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;