diff options
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 |