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 /doc | |
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 'doc')
-rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo index eddefd0..cc65e16 100644 --- a/doc/info/chap/memory-allocation.texinfo +++ b/doc/info/chap/memory-allocation.texinfo @@ -859,10 +859,10 @@ p = aligned_alloc(sizeof(*p), n) @end example @ifnottex -Etymology: (Align)ed memory (alloc)ation. +Etymology: (Aligned) memory (alloc)ation. @end ifnottex @iftex -Etymology: @b{Align}ed memory @b{alloc}ation. +Etymology: @b{Aligned} memory @b{alloc}ation. @end iftex @end table |