From 03d700595bc198c2cba57f0fdded85613899080f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Sun, 15 Sep 2013 00:01:08 +0200 Subject: [PATCH] Improve docus --- include/ucore/mbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ucore/mbuf.h b/include/ucore/mbuf.h index 723d575..3cf45cd 100644 --- a/include/ucore/mbuf.h +++ b/include/ucore/mbuf.h @@ -102,7 +102,8 @@ struct MBuf *uc_mbuf_new_inline_hr(uint32_t len, uint32_t headroom); void uc_mbuf_free(struct MBuf *mbuf); /** Create a new mbuf, with a copy of the data from the given - * mbuf. The new mbuf will have the same headroom as the old one. + * mbuf. The new mbuf will have the same headroom as the old one, + * but no tailroom. * * @param mbuf mbuf to copy */