summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_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/uipc_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/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index 99243ce..4130361 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1000,8 +1000,8 @@ m_adj(struct mbuf *mp, int req_len)
/*
* Rearange an mbuf chain so that len bytes are contiguous
- * and in the data area of an mbuf (so that mtod and dtom
- * will work for a structure of size len). Returns the resulting
+ * and in the data area of an mbuf (so that mtod will work
+ * for a structure of size len). Returns the resulting
* mbuf chain on success, frees it and returns null on failure.
* If there is room, it will add up to max_protohdr-len extra bytes to the
* contiguous region in an attempt to avoid being called next time.
OpenPOWER on IntegriCloud