diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chevents.c | 2 | ||||
-rw-r--r-- | src/chlists.c | 2 |
2 files changed, 2 insertions, 2 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.
diff --git a/src/chlists.c b/src/chlists.c index 82526feb2..39bea02cc 100644 --- a/src/chlists.c +++ b/src/chlists.c @@ -25,7 +25,7 @@ */
#include <ch.h>
-#if !CH_OPTIMIZE_SPEED || defined(__DOXIGEN__)
+#if !CH_OPTIMIZE_SPEED || defined(__DOXYGEN__)
/**
* @brief Inserts a thread into a priority ordered queue.
*
|