diff options
author | mckay <mckay@FreeBSD.org> | 1997-01-05 12:13:38 +0000 |
---|---|---|
committer | mckay <mckay@FreeBSD.org> | 1997-01-05 12:13:38 +0000 |
commit | c10b6ed605c5b3175385efb0e1cfe709b39a99dc (patch) | |
tree | f16c4e59b1946e2c3c8efb8131c40191a1c76dd5 /share/doc/papers/malloc/conclusion.ms | |
parent | 972eeb55107070d1f5bb60675c0b164bde51e75c (diff) | |
download | FreeBSD-src-c10b6ed605c5b3175385efb0e1cfe709b39a99dc.zip FreeBSD-src-c10b6ed605c5b3175385efb0e1cfe709b39a99dc.tar.gz |
A collection of spelling fixes and minor grammar corrections.
Safe for 2.2.
Diffstat (limited to 'share/doc/papers/malloc/conclusion.ms')
-rw-r--r-- | share/doc/papers/malloc/conclusion.ms | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/papers/malloc/conclusion.ms b/share/doc/papers/malloc/conclusion.ms index afd64fc..05edd51 100644 --- a/share/doc/papers/malloc/conclusion.ms +++ b/share/doc/papers/malloc/conclusion.ms @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id$ +.\" $Id: conclusion.ms,v 1.1 1996/04/13 08:30:11 phk Exp $ .\" .ds RH Conclusion and experience. .NH @@ -23,9 +23,9 @@ Apart from that gnumalloc and this implementation are pretty much head-on performance wise. .PP Several legacy programs in the BSD 4.4 Lite distribution had -code that depended on the memory returned from malloc to -be zeroed, in a couple of cases free(3) was called more than -once for the same allocation and a few cases even called free(3) +code that depended on the memory returned from malloc +being zeroed. In a couple of cases, free(3) was called more than +once for the same allocation, and a few cases even called free(3) with pointers to objects in the data section or on the stack. .PP A couple of users have reported that using this malloc on other |