aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/malloc_trim.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc_trim.3 b/man3/malloc_trim.3
index a76e3e612f..c4032fa59e 100644
--- a/man3/malloc_trim.3
+++ b/man3/malloc_trim.3
@@ -70,7 +70,7 @@ in
This function cannot release free memory located at places
other than the top of the heap.
-This function only releases memory in the main arena.
+This function releases only memory in the main arena.
.\" malloc/malloc.c::mTRIm():
.\" return result | (av == &main_arena ? sYSTRIm (pad, av) : 0);
.SH SEE ALSO