diff options
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/portability/GCC/ccportab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/portability/GCC/ccportab.h b/os/common/portability/GCC/ccportab.h index 5d42eb4c5..825e01af9 100644 --- a/os/common/portability/GCC/ccportab.h +++ b/os/common/portability/GCC/ccportab.h @@ -94,7 +94,7 @@ #define CC_NO_INLINE __attribute__((noinline))
/**
- * @brief Marks a function as not inlineable.
+ * @brief Enforces a function inline.
* @note Can be implemented as an empty macro if not supported by the
* compiler.
*/
|