summaryrefslogtreecommitdiff
path: root/share/doc/papers/malloc/implementation.ms
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-10-04 14:01:55 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-10-04 14:01:55 +0000
commit30548b45b9f1c06b730ff05c1fe483325f694110 (patch)
tree52956a77b490cd2d6c67621f0d22ac728d7c70b9 /share/doc/papers/malloc/implementation.ms
parent46a7b8131d7124f006472bfb0f4b29d8ccd72fa6 (diff)
Notes
Diffstat (limited to 'share/doc/papers/malloc/implementation.ms')
-rw-r--r--share/doc/papers/malloc/implementation.ms4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/papers/malloc/implementation.ms b/share/doc/papers/malloc/implementation.ms
index 3641191f980a..14ae9d2c8c17 100644
--- a/share/doc/papers/malloc/implementation.ms
+++ b/share/doc/papers/malloc/implementation.ms
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $Id: implementation.ms,v 1.1 1996/04/13 08:30:13 phk Exp $
+.\" $Id: implementation.ms,v 1.2 1996/09/29 18:36:11 phk Exp $
.\"
.ds RH Implementation
.NH
@@ -119,7 +119,7 @@ It's not that surprising after all, it's the difference between
following the crowd or actively directing where it can go, in both
ways you can end up in the middle of it all.
.PP
-The sideffect of this compromise is that it also uses less storage,
+The side effect of this compromise is that it also uses less storage,
and the list never has to be reordered, all the ordering happens when
pages are added or deleted.
.PP