]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/typhoon.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / net / typhoon.c
index 7fa5ec2de942cc4f45dfc0f43374614c885925a9..82653cb07857fa91ce46a9a5c79c6dee7057c942 100644 (file)
@@ -846,7 +846,7 @@ typhoon_start_tx(struct sk_buff *skb, struct net_device *dev)
        if(typhoon_num_free_tx(txRing) < (numDesc + 2)) {
                netif_stop_queue(dev);
 
-               /* A Tx complete IRQ could have gotten inbetween, making
+               /* A Tx complete IRQ could have gotten between, making
                 * the ring free again. Only need to recheck here, since
                 * Tx is serialized.
                 */