]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enic/enic_main.c
fix typos using codespell utility
[dpdk.git] / drivers / net / enic / enic_main.c
index b4c6264abf18d952d97e14b9f39892045551adf5..2192c7f202238e2d1776daabfe87a05987547a71 100644 (file)
@@ -1225,7 +1225,7 @@ int enic_set_mtu(struct enic *enic, uint16_t new_mtu)
                }
        }
 
-       /* replace Rx funciton with a no-op to avoid getting stale pkts */
+       /* replace Rx function with a no-op to avoid getting stale pkts */
        eth_dev->rx_pkt_burst = enic_dummy_recv_pkts;
        rte_mb();