malloc.3: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-09-01 17:24:34 +02:00
parent a6db4e3810
commit c8624d68b2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function frees the memory space pointed to by
.IR ptr ,
which must have been returned by a previous call to
.BR malloc (),
.BR calloc ()
.BR calloc (),
or
.BR realloc ().
Otherwise, or if