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_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/bier/bier_table.h') diff --git a/src/vnet/bier/bier_table.h b/src/vnet/bier/bier_table.h index 5264e4c2fbf..2fd3ea3a57d 100644 --- a/src/vnet/bier/bier_table.h +++ b/src/vnet/bier/bier_table.h @@ -33,7 +33,7 @@ struct bier_route_update_t_; * Each entry (bit-position) represents one destination, and its reachability * * The number of entries in a table is thus the maximum supported - * bit-position. Since this is smal <4096, the table is a flat arry + * bit-position. Since this is small <4096, the table is a flat array */ typedef struct bier_table_t_ { /** -- cgit 1.2.3-korg