aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 17:57:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-27 17:57:49 +0000
commitef88adc5273dea4139fc5693cc34508d492979e7 (patch)
treeedabf5aba96d723eed52d0c6e650fa4e10a0d6ae /sys/net
parent1920133d8fb77004c2d312f8b141e653d9a29e91 (diff)
downloadsrc-ef88adc5273dea4139fc5693cc34508d492979e7.tar.gz
src-ef88adc5273dea4139fc5693cc34508d492979e7.zip
pf(4): Fix a typo in a source code comment
- s/seaching/searching/ MFC after: 3 days
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pfvar.h2
1 files changed, 1 insertions, 1 deletions
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