From e3150fbe676d79f394cf3064836354b0b392787f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Mar 2016 23:22:21 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/malloc/aligned_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3-70-g09d2