diff options
Diffstat (limited to 'src/chevents.c')
-rw-r--r-- | src/chevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chevents.c b/src/chevents.c index c49b90874..01437079e 100644 --- a/src/chevents.c +++ b/src/chevents.c @@ -193,7 +193,7 @@ void chEvtDispatch(const evhandler_t handlers[], eventmask_t mask) { }
}
-#if CH_OPTIMIZE_SPEED || !CH_USE_EVENTS_TIMEOUT || defined(__DOXIGEN__)
+#if CH_OPTIMIZE_SPEED || !CH_USE_EVENTS_TIMEOUT || defined(__DOXYGEN__)
/**
* @brief A pending event among those specified in @p ewmask is selected,
* cleared and its mask returned.
|