]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/rte_kni_fifo.h
lib: fix typos
[dpdk.git] / lib / librte_kni / rte_kni_fifo.h
index c7cd5c26cdf56b261635fa433fbfaa323ec48761..6f2c3cb3bcffb9f99f83677ed546ba565e7b800b 100644 (file)
@@ -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)