omap_hsmmc: Trivial fix for a typo in comment
authorAnand Gadiyar <[email protected]>
Wed, 15 Apr 2009 12:14:58 +0000 (17:44 +0530)
committerPierre Ossman <[email protected]>
Wed, 3 Jun 2009 19:47:37 +0000 (21:47 +0200)
Signed-off-by: Anand Gadiyar <[email protected]>
Signed-off-by: Pierre Ossman <[email protected]>
drivers/mmc/host/omap_hsmmc.c

index e62a22a7f00cb10089ab36424793aa498a81284f..c40cb96255a2c92a6e395df960dd7989b9143800 100644 (file)
@@ -680,7 +680,7 @@ static void mmc_omap_dma_cb(int lch, u16 ch_status, void *data)
        host->dma_ch = -1;
        /*
         * DMA Callback: run in interrupt context.
-        * mutex_unlock will through a kernel warning if used.
+        * mutex_unlock will throw a kernel warning if used.
         */
        up(&host->sem);
 }