summaryrefslogtreecommitdiff
path: root/include/memalign.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memalign.h')
-rw-r--r--include/memalign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memalign.h b/include/memalign.h
index 44f4a86241..f67f0a74f2 100644
--- a/include/memalign.h
+++ b/include/memalign.h
@@ -103,7 +103,7 @@
*
* @size: Minimum number of bytes to allocate
*
- * @return pointer to new memory region, or NULL if there is no more memory
+ * Return: pointer to new memory region, or NULL if there is no more memory
* available.
*/
static inline void *malloc_cache_aligned(size_t size)