eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_tailq.h
index 9b01abb..b6fe4e5 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