aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/eventhandler.h
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:58:18 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-14 06:05:00 +0000
commit61caf0ab65574d559d7f7bb1a4460ab5e95426bf (patch)
tree8659ce8038979adee33b0c7aac67d2c3d809160a /sys/sys/eventhandler.h
parent8e8deee0ec9950ea480c41cc8e88f30b30baaa2f (diff)
downloadsrc-61caf0ab65574d559d7f7bb1a4460ab5e95426bf.tar.gz
src-61caf0ab65574d559d7f7bb1a4460ab5e95426bf.zip
Diffstat (limited to 'sys/sys/eventhandler.h')
-rw-r--r--sys/sys/eventhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/eventhandler.h b/sys/sys/eventhandler.h
index 9ce68353bd9e..48b4942b42d9 100644
--- a/sys/sys/eventhandler.h
+++ b/sys/sys/eventhandler.h
@@ -93,7 +93,7 @@ struct eventhandler_list {
* to pre-define a symbol for the eventhandler list. This symbol can be used by
* EVENTHANDLER_DIRECT_INVOKE, which has the advantage of not needing to do a
* locked search of the global list of eventhandler lists. At least
- * EVENTHANDLER_LIST_DEFINE must be be used for EVENTHANDLER_DIRECT_INVOKE to
+ * EVENTHANDLER_LIST_DEFINE must be used for EVENTHANDLER_DIRECT_INVOKE to
* work. EVENTHANDLER_LIST_DECLARE is only needed if the call to
* EVENTHANDLER_DIRECT_INVOKE is in a different compilation unit from
* EVENTHANDLER_LIST_DEFINE. If the events are even relatively high frequency