Improve docus

This commit is contained in:
Nils O. Selåsdal
2013-09-15 00:01:08 +02:00
parent 499517c2dd
commit 03d700595b
+2 -1
View File
@@ -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
*/