X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_kni%2Frte_kni_fifo.h;h=6f2c3cb3bcffb9f99f83677ed546ba565e7b800b;hp=c7cd5c26cdf56b261635fa433fbfaa323ec48761;hb=e32cb57973fc311b4b5f60ae5dac37d99e48c94d;hpb=82bf1caf5f93cd04c43b24a0bd9805b4fac1074a diff --git a/lib/librte_kni/rte_kni_fifo.h b/lib/librte_kni/rte_kni_fifo.h index c7cd5c26cd..6f2c3cb3bc 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)