aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-10-18 11:21:08 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-10-18 11:21:08 +0200
commitb4b57a956078b5d9ea8f90fe0f36447d5bed310a (patch)
treed9d2d278a47c26341b863b14e3c2b7b6d720d283
parent5024580d6b23a4db05eb8ea970a5ca88fbcb3288 (diff)
downloadman-pages-b4b57a956078b5d9ea8f90fe0f36447d5bed310a.tar.gz
malloc.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/malloc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index 2ae381a548..faba11ee02 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -96,7 +96,7 @@ function changes the size of the memory block pointed to by
to
.I size
bytes.
-The contents will be unchanged n the range from the start of the region
+The contents will be unchanged in the range from the start of the region
up to the minimum of the old and new sizes;
newly allocated memory will be uninitialized.
If