malloc.3: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 05:47:51 +01:00
parent 4c3fac103d
commit 2c0e75d560
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ was equal to 0, either NULL or a pointer suitable to be passed to
is returned.
If
.BR realloc ()
fails the original block is left untouched; it is not freed or moved.
fails, the original block is left untouched; it is not freed or moved.
.SH CONFORMING TO
C89, C99.
.SH NOTES