diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-09-24 05:25:00 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-27 19:59:44 +0000 |
commit | ec11b13a21b2becc1d1bd746a04624d17b26583f (patch) | |
tree | f3b432a3713a8edd2041ff025157d7b0803be580 /src/vppinfra/phash.c | |
parent | 7d426535b4e98731193cc0265b83f2336dcdf5b3 (diff) |
Trivial: Cleanup some typos.
This is a new commit for code under a different maintainer.
Change-Id: I79fa403fec6a312238a9a4b18b35dbcafaa05439
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vppinfra/phash.c')
-rw-r--r-- | src/vppinfra/phash.c | 2 |
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; |