summaryrefslogtreecommitdiffstats
path: root/share/doc/papers/malloc/malloc.ms
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-04 14:01:55 +0000
committerwosch <wosch@FreeBSD.org>1996-10-04 14:01:55 +0000
commitd4381b80bd68f607dce4f33a1efcc1fdaeeabd9d (patch)
tree52956a77b490cd2d6c67621f0d22ac728d7c70b9 /share/doc/papers/malloc/malloc.ms
parent177253487a1d661372770b14ca3e756f73157f30 (diff)
downloadFreeBSD-src-d4381b80bd68f607dce4f33a1efcc1fdaeeabd9d.zip
FreeBSD-src-d4381b80bd68f607dce4f33a1efcc1fdaeeabd9d.tar.gz
typos
Diffstat (limited to 'share/doc/papers/malloc/malloc.ms')
-rw-r--r--share/doc/papers/malloc/malloc.ms4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/malloc/malloc.ms b/share/doc/papers/malloc/malloc.ms
index 0bc40d9..6837c9f 100644
--- a/share/doc/papers/malloc/malloc.ms
+++ b/share/doc/papers/malloc/malloc.ms
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $Id: malloc.ms,v 1.1 1996/04/13 08:30:17 phk Exp $
+.\" $Id: malloc.ms,v 1.2 1996/09/29 18:36:13 phk Exp $
.\"
.ds RH Malloc and free
.NH
@@ -50,7 +50,7 @@ put the small structure used to contain the next and previous pointers
plus the state of the chunk right before the chunk itself.
.PP
As a matter of fact, the canonical malloc(3) implementation can be
-studied in the ``Old testament'', chapter 8 verse 7 [Kernighan & Rich ie]
+studied in the ``Old testament'', chapter 8 verse 7 [Kernighan & Ritchie]
.PP
Various optimisations can be applied to the above basic algorithm:
.IP
OpenPOWER on IntegriCloud