git: f23ba13a585f - stable/13 - pf(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 16:36:27 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit f23ba13a585fadfe9ccb98ec5ac59d03d58843f0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:57:49 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-30 16:36:06 +0000

    pf(4): Fix a typo in a source code comment
    
    - s/seaching/searching/
    
    (cherry picked from commit ef88adc5273dea4139fc5693cc34508d492979e7)
---
 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 c432f87dc272..a3611d49fc11 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1419,7 +1419,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