]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
malloc.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Oct 2010 09:21:08 +0000 (11:21 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Oct 2010 09:21:08 +0000 (11:21 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/malloc.3

index 2ae381a548baa4fa38c625cc361ab9249de25b17..faba11ee02185062bb36ccdf0f6a37914a4598b0 100644 (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