From 5b755e2f9fce239b5280ac1e5e21f835464fa017 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sat, 26 Oct 2019 19:34:40 -0400 Subject: ip: cleanup typos in documentation Type: style Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98 Signed-off-by: Paul Vinciguerra --- src/vnet/ip/ip_types_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/ip/ip_types_api.h') diff --git a/src/vnet/ip/ip_types_api.h b/src/vnet/ip/ip_types_api.h index 11891dec7c1..a80158052b8 100644 --- a/src/vnet/ip/ip_types_api.h +++ b/src/vnet/ip/ip_types_api.h @@ -27,7 +27,7 @@ #include /** - * These enum decode/encodes use 'int' as the type for the enum becuase + * These enum decode/encodes use 'int' as the type for the enum because * one cannot forward declare an enum */ extern int ip_address_family_decode (int _af, ip_address_family_t * out); -- cgit 1.2.3-korg