malloc.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-18 11:21:08 +02:00
parent 5024580d6b
commit b4b57a9560
1 changed files with 1 additions and 1 deletions

View File

@ -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