]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ark/ark_ethdev.c
fix typos using codespell utility
[dpdk.git] / drivers / net / ark / ark_ethdev.c
index bbff4777f1a40f9274678ebc967dc0cdeb96990f..c061f7b18103e2f8ca1a1629e100b8a350973119 100644 (file)
@@ -636,7 +636,7 @@ eth_ark_dev_stop(struct rte_eth_dev *dev)
        }
 
        /* Stop DDM */
-       /* Wait up to 0.1 second.  each stop is upto 1000 * 10 useconds */
+       /* Wait up to 0.1 second.  each stop is up to 1000 * 10 useconds */
        for (i = 0; i < 10; i++) {
                status = ark_ddm_stop(ark->ddm.v, 1);
                if (status == 0)