]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/workqueue.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / kernel / workqueue.c
index 04ef830690eceea974d90add3de55b57bc4048f6..8859a41806dddae875e1ceae1e6ed94a4e3aebff 100644 (file)
@@ -1291,7 +1291,7 @@ __acquires(&gcwq->lock)
                        return true;
                spin_unlock_irq(&gcwq->lock);
 
-               /* CPU has come up inbetween, retry migration */
+               /* CPU has come up in between, retry migration */
                cpu_relax();
        }
 }