aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/malloc/aligned_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/malloc/aligned_alloc.c b/src/malloc/aligned_alloc.c
index a562ca0..0b19dc7 100644
--- a/src/malloc/aligned_alloc.c
+++ b/src/malloc/aligned_alloc.c
@@ -30,7 +30,7 @@
* will allocate a bit of extra memory and shift the returned
* pointer so that it is aligned.
*
- * @etymology (Alig)ned memory (alloc)ation.
+ * @etymology (Aligned) memory (alloc)ation.
*
* @param boundary The alignment.
* @param size The number of bytes to allocated.