diff options
Diffstat (limited to 'src/vnet/handoff.c')
-rw-r--r-- | src/vnet/handoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |