diff options
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chmemcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chmemcore.h b/os/rt/include/chmemcore.h index 33bafe072..f56e66fb7 100644 --- a/os/rt/include/chmemcore.h +++ b/os/rt/include/chmemcore.h @@ -82,7 +82,7 @@ typedef void *(*memgetfunc_t)(size_t size); /**
* @brief Returns whatever a pointer or memory size is aligned to
- * the type @p align_t.
+ * the type @p stkalign_t.
*/
#define MEM_IS_ALIGNED(p) (((size_t)(p) & MEM_ALIGN_MASK) == 0U)
/** @} */
|