libnetbsd: Fix a typo in a source code comment

- s/accomodate/accommodate/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:53:56 +02:00
parent 2fc0894023
commit 49f2bb3676

View File

@ -32,7 +32,7 @@
/*
* 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.
*/
#include <sys/types.h>