]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/rte_kni.c
fix typos using codespell utility
[dpdk.git] / lib / librte_kni / rte_kni.c
index c3f9208c12dde3be231c52e1b3c168d9ab83188e..40288a179dac7c9320db63a8f5650c6e244c5ed0 100644 (file)
@@ -119,7 +119,7 @@ struct rte_kni_memzone_pool {
 
        uint32_t max_ifaces;                /**< Max. num of KNI ifaces */
        struct rte_kni_memzone_slot *slots;        /**< Pool slots */
-       rte_spinlock_t mutex;               /**< alloc/relase mutex */
+       rte_spinlock_t mutex;               /**< alloc/release mutex */
 
        /* Free memzone slots linked-list */
        struct rte_kni_memzone_slot *free;         /**< First empty slot */