diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-08-03 05:05:32 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-08-03 05:05:32 +0000 |
| commit | ba3e88262ef79adf5dbab06ed7d83c2532f348c6 (patch) | |
| tree | 4065fab208699392b4caf79971f5b341afc6688f /sys/kern/kern_malloc.c | |
| parent | f74250ca46c7f38852e31943dce274c8323188d8 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_malloc.c')
| -rw-r--r-- | sys/kern/kern_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index e57f25074633..dcabed02d1b8 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -470,7 +470,7 @@ kmeminit(dummy) vm_kmem_size = 2 * cnt.v_page_count * PAGE_SIZE; /* - * In mb_init(), we set up submaps for mbufs and clusters, in which + * In mbuf_init(), we set up submaps for mbufs and clusters, in which * case we rounddown() (nmbufs * MSIZE) and (nmbclusters * MCLBYTES), * respectively. Mathematically, this means that what we do here may * amount to slightly more address space than we need for the submaps, |
