]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c
spelling fixes
[dpdk.git] / lib / librte_eal / linuxapp / kni / ethtool / igb / igb_main.c
index fd488811ecc01aca6ace8fe8eff72dc52941c8df..06572375d57677cdf18a546f0b5a2720e3272f62 100644 (file)
@@ -1007,7 +1007,7 @@ static void igb_set_interrupt_capability(struct igb_adapter *adapter, bool msix)
                /* start with one vector for every rx queue */
                numvecs = adapter->num_rx_queues;
 
-               /* if tx handler is seperate add 1 for every tx queue */
+               /* if tx handler is separate add 1 for every tx queue */
                if (!(adapter->flags & IGB_FLAG_QUEUE_PAIRS))
                        numvecs += adapter->num_tx_queues;