X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2_input.h;h=fb601334f37cc2cd4b339669eb01d7dfe492fbb3;hp=4b303482df9ce59fa4667aa75efc3bd4f9258114;hb=bdc0e6b7;hpb=6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c diff --git a/src/vnet/l2/l2_input.h b/src/vnet/l2/l2_input.h index 4b303482df9..fb601334f37 100644 --- a/src/vnet/l2/l2_input.h +++ b/src/vnet/l2/l2_input.h @@ -222,7 +222,7 @@ vnet_update_l2_len (vlib_buffer_t * b) u16 ethertype; u8 vlan_count = 0; - /* point at currrent l2 hdr */ + /* point at current l2 hdr */ eth = vlib_buffer_get_current (b); /* @@ -253,7 +253,7 @@ vnet_update_l2_len (vlib_buffer_t * b) * Compute flow hash of an ethernet packet, use 5-tuple hash if L3 packet * is ip4 or ip6. Otherwise hash on smac/dmac/etype. * The vlib buffer current pointer is expected to be at ethernet header - * and vnet l2.l2_len is exppected to be setup already. + * and vnet l2.l2_len is expected to be setup already. */ static inline u32 vnet_l2_compute_flow_hash (vlib_buffer_t * b)