diff options
Diffstat (limited to 'doc')
-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}. |