diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-18 05:23:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-18 05:23:04 +0200 |
commit | 58f8ceb8764614295c34fc4c08b0e73280fa96bd (patch) | |
tree | 5daccacb64250b2448052fc5f712d8a87df463a6 | |
parent | add rememalign: realloc with configurable alignment (diff) | |
download | slibc-58f8ceb8764614295c34fc4c08b0e73280fa96bd.tar.gz slibc-58f8ceb8764614295c34fc4c08b0e73280fa96bd.tar.bz2 slibc-58f8ceb8764614295c34fc4c08b0e73280fa96bd.tar.xz |
info typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/chap/memory-allocation.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo index b88a4b8..474374b 100644 --- a/doc/info/chap/memory-allocation.texinfo +++ b/doc/info/chap/memory-allocation.texinfo @@ -710,7 +710,7 @@ This function resizes a memory allocation, and if necessary creates a new allocation. @code{realloc}'s behaviour depends on the -arguments pass: +arguments passed: @table @asis @item @code{ptr == NULL} The behaviour is identical to that of @code{malloc}. |