mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
ipfilter(4): Fix typos in source code comments
- s/inconsistancy/inconsistency/ MFC after: 3 days
This commit is contained in:
parent
32a9b95a87
commit
c90a206496
@ -536,7 +536,7 @@ ipfclose(dev_t dev, int flags)
|
||||
/*
|
||||
* ipfread/ipflog
|
||||
* both of these must operate with at least splnet() lest they be
|
||||
* called during packet processing and cause an inconsistancy to appear in
|
||||
* called during packet processing and cause an inconsistency to appear in
|
||||
* the filter lists.
|
||||
*/
|
||||
#ifdef __FreeBSD__
|
||||
@ -579,7 +579,7 @@ static int ipfread(dev, uio, ioflag)
|
||||
/*
|
||||
* ipfwrite
|
||||
* both of these must operate with at least splnet() lest they be
|
||||
* called during packet processing and cause an inconsistancy to appear in
|
||||
* called during packet processing and cause an inconsistency to appear in
|
||||
* the filter lists.
|
||||
*/
|
||||
#ifdef __FreeBSD__
|
||||
|
Loading…
Reference in New Issue
Block a user