Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 155780 2006-02-17 14:14:15Z andre $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 156023 2006-02-26 11:44:28Z glebius $");
77c77
< * | [ Mbuf Keg ]
---
> * | [ Mbuf Keg ]
83c83
< * Whenever a object is allocated with uma_zalloc() out of the
---
> * Whenever an object is allocated with uma_zalloc() out of
85c85
< * for any deallocation through uma_zfree() the _dror_ function
---
> * for any deallocation through uma_zfree() the _dtor_ function
87c87
< *
---
> *
90c90
< * Whenever a object is allocated from the underlying global
---
> * Whenever an object is allocated from the underlying global
191c191
< /* Make jumbo frame zone too. 4k, 9k and 16k. */
---
> /* Make jumbo frame zone too. Page size, 9k and 16k. */
294c294
< * responseability to setup any MAC labels too.
---
> * responsibility to setup any MAC labels too.