summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2004-10-12 20:18:27 +0000
committerglebius <glebius@FreeBSD.org>2004-10-12 20:18:27 +0000
commit205c9028c7c4463937be74d1fce754eb16e59683 (patch)
treea690b8548df22fa8828a9a33f1778ad60f3bbf32 /sys/sys/mbuf.h
parenta4353df9c21bc7d83bc57862474931aecf3b0e53 (diff)
downloadFreeBSD-src-205c9028c7c4463937be74d1fce754eb16e59683.zip
FreeBSD-src-205c9028c7c4463937be74d1fce754eb16e59683.tar.gz
Fix comment: since move from mballoc to mbuma, the allocation functions live
in kern_mbuf.c, not subr_mbuf.c
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 4baef3a..cd3d0b7 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -319,7 +319,7 @@ struct mbstat {
/*
* Network buffer allocation API
*
- * The rest of it is defined in kern/subr_mbuf.c
+ * The rest of it is defined in kern/kern_mbuf.c
*/
extern uma_zone_t zone_mbuf;
OpenPOWER on IntegriCloud