Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2022 17:58:28 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef88adc5273d - main - pf(4): Fix a typo in a source code comment
Message-ID:  <202203271758.22RHwSqP047340@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit ef88adc5273dea4139fc5693cc34508d492979e7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:57:49 +0000
Commit:     Gordon Bergling <gbe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203271758.22RHwSqP047340>