aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/portability/GCC/ccportab.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/portability/GCC/ccportab.h')
-rw-r--r--os/common/portability/GCC/ccportab.h2
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.
*/