pf(4): Fix a typo in a source code comment

- s/seaching/searching/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 19:57:49 +02:00
parent 1920133d8f
commit ef88adc527

View File

@ -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