Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 16:39:50 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d0453884fba5 - stable/12 - pf(4): Fix a typo in a source code comment
Message-ID:  <202203301639.22UGdowi087293@gitrepo.freebsd.org>

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

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

commit d0453884fba5ae4e2cb89a2a1f410e790d1e8f12
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:39:41 +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 5b8ab84502bd..8b2be56d86b4 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



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