aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_kni/rte_kni_fifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_kni/rte_kni_fifo.h')
-rw-r--r--lib/librte_kni/rte_kni_fifo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_kni/rte_kni_fifo.h b/lib/librte_kni/rte_kni_fifo.h
index c7cd5c26..6f2c3cb3 100644
--- a/lib/librte_kni/rte_kni_fifo.h
+++ b/lib/librte_kni/rte_kni_fifo.h
@@ -73,7 +73,7 @@ kni_fifo_put(struct rte_kni_fifo *fifo, void **data, unsigned num)
}
/**
- * Get up to num elements from the fifo. Return the number actully read
+ * Get up to num elements from the fifo. Return the number actually read
*/
static inline unsigned
kni_fifo_get(struct rte_kni_fifo *fifo, void **data, unsigned num)