diff options
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chalign.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chalign.h b/os/rt/include/chalign.h index ae1a2184f..ac3b30d96 100644 --- a/os/rt/include/chalign.h +++ b/os/rt/include/chalign.h @@ -70,7 +70,7 @@ /*lint -restore*/
/**
- * @brief Aligns to the new aligned memory address.
+ * @brief Aligns to the next aligned memory address.
*
* @param[in] p variable to be aligned
* @param[in] a alignment, must be a power of two
|