diff options
Diffstat (limited to 'src/vnet/ip/ip4_error.h')
-rw-r--r-- | src/vnet/ip/ip4_error.h | 4 |
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 */ \ |