summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2008-11-26 12:06:55 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2008-11-26 12:06:55 +0000
commite4b262a91442ceb2a758d982ea82b67ec6162eb8 (patch)
tree05a2d120b31036d5e832136ba71f69c7d320064b
parent82a67aa5c79659c28ace847e9d1ddbf8485e1a0c (diff)
Fix typo, okay jmc@.
-rw-r--r--lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 79d36d61fdb..edcd748ed97 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.57 2008/11/20 09:05:15 otto Exp $
+.\" $OpenBSD: malloc.3,v 1.58 2008/11/26 12:06:54 pedro Exp $
.\"
-.Dd $Mdocdate: November 20 2008 $
+.Dd $Mdocdate: November 26 2008 $
.Dt MALLOC 3
.Os
.Sh NAME
@@ -251,7 +251,7 @@ Currently junk is bytes of 0xd0 when allocating; this is pronounced
Freed chunks are filled with 0xdf.
.It Cm P
.Dq Move allocations within a page.
-Allocations larger than half a page but smaller that a page
+Allocations larger than half a page but smaller than a page
are aligned to the end of a page to catch buffer overruns in more
cases.
This is the default.