diff options
| author | Igor Ostapenko <igor.ostapenko@pm.me> | 2023-05-05 00:01:33 +0000 |
|---|---|---|
| committer | Graham Perrin <grahamperrin@FreeBSD.org> | 2023-05-05 00:23:08 +0000 |
| commit | 74081dc2bcd2a59393db438cbab3efc1f401e9d9 (patch) | |
| tree | fb857e5cdc93fadf8d09f829a004afc038b52b79 | |
| parent | 0167b5a793349dc6f8aa600f69b56edcfb559d79 (diff) | |
| download | src-74081dc2bcd2a59393db438cbab3efc1f401e9d9.tar.gz src-74081dc2bcd2a59393db438cbab3efc1f401e9d9.zip | |
sys/netpfil/ipfw/ip_fw2.c: typo (Compatiblity)
https://bugs.freebsd.org/269753
PR: 269753
Reported by: Igor Ostapenko
Approved by: doc, src (delphij, imp, zlei)
Differential revision: https://reviews.freebsd.org/D38741
| -rw-r--r-- | sys/netpfil/ipfw/ip_fw2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_fw2.c b/sys/netpfil/ipfw/ip_fw2.c index 4b347b2d7d2d..019114dc1d37 100644 --- a/sys/netpfil/ipfw/ip_fw2.c +++ b/sys/netpfil/ipfw/ip_fw2.c @@ -2002,7 +2002,7 @@ do { \ >> 8) | (offset != 0)); } else { /* - * Compatiblity: historically bare + * Compatibility: historically bare * "frag" would match IPv6 fragments. */ match = (cmd->arg1 == 0x1 && |
