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/ip4_error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/ip/ip4_error.h') diff --git a/src/vnet/ip/ip4_error.h b/src/vnet/ip/ip4_error.h index c368b3b00dc..073555a83b0 100644 --- a/src/vnet/ip/ip4_error.h +++ b/src/vnet/ip/ip4_error.h @@ -73,14 +73,14 @@ /* Spoofed packets in ip4-rewrite-local */ \ _ (SPOOFED_LOCAL_PACKETS, "ip4 spoofed local-address packet drops") \ \ - /* Errors singalled by ip4-inacl */ \ + /* Errors signalled by ip4-inacl */ \ _ (INACL_TABLE_MISS, "input ACL table-miss drops") \ _ (INACL_SESSION_DENY, "input ACL session deny drops") \ /* Errors singalled by ip4-outacl */ \ _ (OUTACL_TABLE_MISS, "output ACL table-miss drops") \ _ (OUTACL_SESSION_DENY, "output ACL session deny drops") \ \ - /* Erros from mfib-forward */ \ + /* Errors from mfib-forward */ \ _ (RPF_FAILURE, "Multicast RPF check failed") \ \ /* Errors signalled by ip4-reassembly */ \ -- cgit 1.2.3-korg