The branch main has been updated by grahamperrin:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=74081dc2bcd2a59393db438cbab3efc1f401e9d9

commit 74081dc2bcd2a59393db438cbab3efc1f401e9d9
Author:     Igor Ostapenko <igor.ostape...@pm.me>
AuthorDate: 2023-05-05 00:01:33 +0000
Commit:     Graham Perrin <grahamper...@freebsd.org>
CommitDate: 2023-05-05 00:23:08 +0000

    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
---
 sys/netpfil/ipfw/ip_fw2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 &&

Reply via email to