From 8feeaff56fa9a4fbdfc06131f28a1060ffd9645d Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 27 Mar 2019 11:25:48 -0700 Subject: Typos. A bunch of typos I've been collecting. Change-Id: I53ab8d17914e6563110354e4052109ac02bf8f3b Signed-off-by: Paul Vinciguerra --- src/vnet/bier/bier_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/bier/bier_input.c') diff --git a/src/vnet/bier/bier_input.c b/src/vnet/bier/bier_input.c index dca990d07f6..d95df84ab11 100644 --- a/src/vnet/bier/bier_input.c +++ b/src/vnet/bier/bier_input.c @@ -107,7 +107,7 @@ bier_input (vlib_main_t * vm, bier_hdr_ntoh(bh0); /* - * In the MPLS decap node we squirelled away the + * In the MPLS decap node we squirrelled away the * index for the BIER table as the tx adjacency */ bt_index0 = vnet_buffer(b0)->ip.adj_index[VLIB_TX]; -- cgit 1.2.3-korg