aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-18 05:23:04 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-18 05:23:04 +0200
commit58f8ceb8764614295c34fc4c08b0e73280fa96bd (patch)
tree5daccacb64250b2448052fc5f712d8a87df463a6 /doc
parentadd rememalign: realloc with configurable alignment (diff)
downloadslibc-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 'doc')
-rw-r--r--doc/info/chap/memory-allocation.texinfo2
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}.