git: 61caf0ab6557 - stable/13 - eventhandler: Remove a double world in two comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:08:55 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=61caf0ab65574d559d7f7bb1a4460ab5e95426bf
commit 61caf0ab65574d559d7f7bb1a4460ab5e95426bf
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:58:18 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:05:00 +0000
eventhandler: Remove a double world in two comments
- s/be be/be/
(cherry picked from commit e0bdc8c515efd0a586a41cfce9e5615579f91f1f)
---
sys/sys/_eventhandler.h | 2 +-
sys/sys/eventhandler.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/sys/_eventhandler.h b/sys/sys/_eventhandler.h
index ce8ab253a445..2973bfb3b189 100644
--- a/sys/sys/_eventhandler.h
+++ b/sys/sys/_eventhandler.h
@@ -47,7 +47,7 @@ typedef struct eventhandler_entry *eventhandler_tag;
* 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
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