summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mbuf.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-29 10:04:28 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-29 10:04:28 +0000
commita9293cf96216ae80968656bfb30ce7d8fb9e8151 (patch)
treefc41653410db60d93e100839b6c8d61aa932ddc6 /sys/kern/kern_mbuf.c
parent7c53bf7ecdff00578c5f1a4b8d9acbf052fd7ec9 (diff)
downloadFreeBSD-src-a9293cf96216ae80968656bfb30ce7d8fb9e8151.zip
FreeBSD-src-a9293cf96216ae80968656bfb30ce7d8fb9e8151.tar.gz
Since the macro dtom() has been removed, fix comments about the dtom.
Reviewed by: glebius
Diffstat (limited to 'sys/kern/kern_mbuf.c')
-rw-r--r--sys/kern/kern_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c
index 0e41dc4..de2998b 100644
--- a/sys/kern/kern_mbuf.c
+++ b/sys/kern/kern_mbuf.c
@@ -244,7 +244,7 @@ static void mb_reclaim(void *);
static void mbuf_init(void *);
static void *mbuf_jumbo_alloc(uma_zone_t, int, uint8_t *, int);
-/* Ensure that MSIZE doesn't break dtom() - it must be a power of 2 */
+/* Ensure that MSIZE must be a power of 2. */
CTASSERT((((MSIZE - 1) ^ MSIZE) + 1) >> 1 == MSIZE);
/*
OpenPOWER on IntegriCloud