Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/netgraph/ng_etf.c 129823 2004-05-29 00:51:19Z julian $
---
> * $FreeBSD: head/sys/netgraph/ng_etf.c 131155 2004-06-26 22:24:16Z julian $
354,355c354,355
< * If we free the item it wil also froo the data and metadata unless
< * we have previously disassociated them using the NGI_GET_etf() macros.
---
> * If we free the item it will also free the data unless we have previously
> * disassociated it using the NGI_GET_etf() macro.
358,359c358,359
< * hooks. the caller will never free m or meta, so
< * if we use up this data or abort we must free BOTH of these.
---
> * hooks. The caller will never free m , so if we use up this data
> * or abort we must free it.