diff options
Diffstat (limited to 'include/zix/attributes.h')
-rw-r--r-- | include/zix/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/attributes.h b/include/zix/attributes.h index 518e5fb..eddb80e 100644 --- a/include/zix/attributes.h +++ b/include/zix/attributes.h @@ -42,7 +42,7 @@ # define ZIX_ALWAYS_INLINE_FUNC ///< Should absolutely always be inlined # define ZIX_PURE_FUNC ///< Only reads memory # define ZIX_CONST_FUNC ///< Only reads its parameters -# define ZIX_MALLOC_FUNC ///< Allocates memory +# define ZIX_MALLOC_FUNC ///< Allocates memory with no pointers in it #endif /// A pure function in the public API that only reads memory |