]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_tailq.h
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_tailq.h
index 9b01abb2c2e61528c5b65d47e5e07e6eba45bbe7..b6fe4e5f78e56f7c73d5eaf11490cd49754ffd12 100644 (file)
@@ -53,7 +53,7 @@ struct rte_tailq_elem {
 };
 
 /**
- * Return the first tailq entry casted to the right struct.
+ * Return the first tailq entry cast to the right struct.
  */
 #define RTE_TAILQ_CAST(tailq_entry, struct_name) \
        (struct struct_name *)&(tailq_entry)->tailq_head