diff options
Diffstat (limited to 'os/ports/IAR/ARMCMx')
-rw-r--r-- | os/ports/IAR/ARMCMx/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/IAR/ARMCMx/chcore.h b/os/ports/IAR/ARMCMx/chcore.h index 0b18c92bc..fd21b92ac 100644 --- a/os/ports/IAR/ARMCMx/chcore.h +++ b/os/ports/IAR/ARMCMx/chcore.h @@ -166,7 +166,7 @@ struct intctx {}; #if (CH_TIME_QUANTUM > 0) || defined(__DOXYGEN__)
/**
- * @brief Inlineable version of this kernel function.
+ * @brief Inline-able version of this kernel function.
*/
#define chSchIsPreemptionRequired() \
(currp->p_preempt ? firstprio(&rlist.r_queue) > currp->p_prio : \
|