summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2008-11-03 21:17:18 +0000
committerJason Evans <jasone@FreeBSD.org>2008-11-03 21:17:18 +0000
commitb74d3e0c371a55cbd7aba7dc2c9f0001783aa231 (patch)
tree3003ac9eb634a37623e6d93b4ab3f2d2d6cc424c /lib/libc/stdlib/malloc.3
parent4482f952b11ef6c4a7870b793971201d7c1c4638 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 994038da0b12..a621a245b406 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -255,7 +255,7 @@ If both the
.Dq D
and
.Dq M
-options are enabled, the allocator prefers the DSS over anonymous mappings,
+options are enabled, the allocator prefers anonymous mappings over the DSS,
but allocation only fails if memory cannot be acquired via either method.
If neither option is enabled, then the
.Dq M