libnetbsd: Fix a typo in a source code comment
- s/accomodate/accommodate/ MFC after: 3 days
This commit is contained in:
parent
2fc0894023
commit
49f2bb3676
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* kqueue on FreeBSD requires sys/event.h, which in turn uses uintptr_t
|
* kqueue on FreeBSD requires sys/event.h, which in turn uses uintptr_t
|
||||||
* (defined in sys/types.h), so in order to accomodate their requirements,
|
* (defined in sys/types.h), so in order to accommodate their requirements,
|
||||||
* pull in sys/types.h as part of event.h.
|
* pull in sys/types.h as part of event.h.
|
||||||
*/
|
*/
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user