diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-05 23:22:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-05 23:22:21 +0100 |
commit | e3150fbe676d79f394cf3064836354b0b392787f (patch) | |
tree | 96e48c6531f32d834cf16e397ae831152b6f9a16 /include | |
parent | derp (diff) | |
download | slibc-e3150fbe676d79f394cf3064836354b0b392787f.tar.gz slibc-e3150fbe676d79f394cf3064836354b0b392787f.tar.bz2 slibc-e3150fbe676d79f394cf3064836354b0b392787f.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'include')
-rw-r--r-- | include/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h index 1735f46..ab41632 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -328,7 +328,7 @@ void* pvalloc(size_t) * will allocate a bit of extra memory and shift the returned * pointer so that it is aligned. * - * @etymology (Align)ed memory (alloc)ation. + * @etymology (Aligned) memory (alloc)ation. * * @param boundary The alignment. * @param size The number of bytes to allocated. |