diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-25 20:14:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-25 20:14:12 +0000 |
commit | 43eb60aaf8fd79b592f7f8a1b1dc90577a1113c2 (patch) | |
tree | 20c0eb48c338bae9ff9f268e190287b2cbaca4f5 /lib/libc/stdlib | |
parent | ad4868846288223d98f1690417437efa544de7e2 (diff) |
stucture -> structure;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 71962c565bf..d30ac8c08ce 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.64 2010/01/13 12:40:11 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.65 2010/01/25 20:14:11 jmc Exp $ .\" -.Dd $Mdocdate: January 13 2010 $ +.Dd $Mdocdate: January 25 2010 $ .Dt MALLOC 3 .Os .Sh NAME @@ -450,6 +450,6 @@ system call, making the page addresses returned by .Nm random. -A rewrite by Otto Moerbeek introducing a new central data stucture and more +A rewrite by Otto Moerbeek introducing a new central data structure and more randomization appeared in .Ox 4.4 . |