m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, syncfs
[pandora-kernel.git] / kernel / workqueue.c
index 04ef830..8859a41 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();
        }
 }