]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bonding/rte_eth_bond_8023ad.c
fix typos using codespell utility
[dpdk.git] / drivers / net / bonding / rte_eth_bond_8023ad.c
index 7b863d6edc61956ac6f4b9ff0856c88840917db1..d2b75927cf14d80d38985e03f70e35bf536c19be 100644 (file)
@@ -905,7 +905,7 @@ bond_mode_8023ad_activate_slave(struct rte_eth_dev *bond_dev, uint8_t slave_id)
                        32 : RTE_MEMPOOL_CACHE_MAX_SIZE,
                0, element_size, socket_id);
 
-       /* Any memory allocation failure in initalization is critical because
+       /* Any memory allocation failure in initialization is critical because
         * resources can't be free, so reinitialization is impossible. */
        if (port->mbuf_pool == NULL) {
                rte_panic("Slave %u: Failed to create memory pool '%s': %s\n",