summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/extra/pktbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra/pktbuff.c b/src/extra/pktbuff.c
index 26d7ca8..c4f3da3 100644
--- a/src/extra/pktbuff.c
+++ b/src/extra/pktbuff.c
@@ -111,7 +111,7 @@ uint8_t *pktb_data(struct pkt_buff *pktb)
}
/**
- * pktb_len - return length of the packet buffer
+ * pktb_len - get length of packet buffer
* \param pktb Pointer to userspace packet buffer
* \return Length of packet contained within __pktb__
* \par