From f324dec0a371431f9326f67e920630579741da3c Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 03:22:21 -0500 Subject: fixing typos Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson --- src/vnet/bier/bier_disp_entry.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vnet/bier/bier_disp_entry.h') diff --git a/src/vnet/bier/bier_disp_entry.h b/src/vnet/bier/bier_disp_entry.h index 1647a7e166a..db381a84d36 100644 --- a/src/vnet/bier/bier_disp_entry.h +++ b/src/vnet/bier/bier_disp_entry.h @@ -13,9 +13,9 @@ * limitations under the License. */ /** - * bier_dispositon : The BIER dispositon object + * bier_disposition : The BIER disposition object * - * A BIER dispositon object is used to pop the BIER header for for-us + * A BIER disposition object is used to pop the BIER header for for-us * packets and steer the packet down the payload protocol specific graph */ @@ -27,7 +27,7 @@ #include /** - * The BIER dispositon object + * The BIER disposition object */ typedef struct bier_disp_entry_t_ { /** -- cgit 1.2.3-korg