The branch main has been updated by gbe (doc committer):

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

commit ef88adc5273dea4139fc5693cc34508d492979e7
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-03-27 17:57:49 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-03-27 17:57:49 +0000

    pf(4): Fix a typo in a source code comment
    
    - s/seaching/searching/
    
    MFC after:      3 days
---
 sys/net/pfvar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index a61feb07334f..5ae069694187 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1526,7 +1526,7 @@ struct pf_divert {
 
 /*
  * The number of entries in the fragment queue must be limited
- * to avoid DoS by linear seaching.  Instead of a global limit,
+ * to avoid DoS by linear searching.  Instead of a global limit,
  * use a limit per entry point.  For large packets these sum up.
  */
 #define PF_FRAG_ENTRY_LIMIT            64

Reply via email to