eventhandler: Remove a double world in two comments
- s/be be/be/ MFC after: 3 days
This commit is contained in:
parent
d4b3b0c2ef
commit
e0bdc8c515
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user