From e6eefb6e3cbe4e36e15e51d8324fc950f0a65f62 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Mon, 13 May 2019 15:56:41 -0400 Subject: Trivial Typo's in bier comments/docs. Change-Id: I3b3e868277d5caf6b1341814003a3bc5726c2df9 Signed-off-by: Paul Vinciguerra --- src/vnet/bier/bier_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/bier/bier_lookup.c') diff --git a/src/vnet/bier/bier_lookup.c b/src/vnet/bier/bier_lookup.c index 402bcbce7dc..ec75efb9a1d 100644 --- a/src/vnet/bier/bier_lookup.c +++ b/src/vnet/bier/bier_lookup.c @@ -44,7 +44,7 @@ static char * bier_lookup_error_strings[] = { }; /* - * Keep these values sematically the same as BIER lookup + * Keep these values semantically the same as BIER lookup */ #define foreach_bier_lookup_next \ _(DROP, "bier-drop") \ -- cgit 1.2.3-korg