aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:53:56 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:23:47 +0000
commit2a854a649e53262e5489b03dac8cf5824cb58612 (patch)
tree5c596d886d01e93658b9114e90e6513291c78cae
parentc30f5e815440aad69085ad40fd13ec3cda764dd6 (diff)
downloadsrc-2a854a649e53262e5489b03dac8cf5824cb58612.tar.gz
src-2a854a649e53262e5489b03dac8cf5824cb58612.zip
libnetbsd: Fix a typo in a source code comment
- s/accomodate/accommodate/ (cherry picked from commit 49f2bb36769f04b6720e8bb2c6db2a94e517e19a)
-rw-r--r--lib/libnetbsd/sys/event.h2
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>