diff options
| -rw-r--r-- | lib/libnetbsd/sys/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libnetbsd/sys/event.h b/lib/libnetbsd/sys/event.h index 88a363c8bfc5..ed52135ee859 100644 --- a/lib/libnetbsd/sys/event.h +++ b/lib/libnetbsd/sys/event.h @@ -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> |
