aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_error.h
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-10-26 19:34:40 -0400
committerDave Wallace <dwallacelf@gmail.com>2019-10-30 19:55:41 +0000
commit5b755e2f9fce239b5280ac1e5e21f835464fa017 (patch)
tree29463055a8ee5b6c078562461d4ddd41f4e5321b /src/vnet/ip/ip4_error.h
parentb1a81aa67942aa1b5a97a4199310c9ffeaab1f5f (diff)
ip: cleanup typos in documentation
Type: style Change-Id: I7d44b7fab1b8b196e4934cb4832ee51084c5bf98 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/ip/ip4_error.h')
-rw-r--r--src/vnet/ip/ip4_error.h4
1 files changed, 2 insertions, 2 deletions
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 */ \