X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fhandoff.c;h=ffac47e22dfd284845101d6915db2a49b3577438;hb=7c03ed4;hp=4e635e5d1b0b3b5fc1c9898e5fa6d003daa47d9e;hpb=78fd7e810c24b9d638ac7c7f08edabf692543743;p=vpp.git diff --git a/src/vnet/handoff.c b/src/vnet/handoff.c index 4e635e5d1b0..ffac47e22df 100644 --- a/src/vnet/handoff.c +++ b/src/vnet/handoff.c @@ -122,7 +122,7 @@ worker_handoff_node_fn (vlib_main_t * vm, hash = (u32) clib_xxhash (hash_key); /* if input node did not specify next index, then packet - should go to eternet-input */ + should go to ethernet-input */ if (PREDICT_TRUE (is_pow2 (vec_len (ihd0->workers)))) index0 = hash & (vec_len (ihd0->workers) - 1);