]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/mmc/host/au1xmmc.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / mmc / host / au1xmmc.c
index 41e5a60493ad6d64a665f785e8feb1491f3d797f..ef72e874ca36b9ddb0ad943232ffa5a4f08eae2e 100644 (file)
@@ -192,7 +192,7 @@ static inline void SEND_STOP(struct au1xmmc_host *host)
        au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host));
        au_sync();
 
-       /* Send the stop commmand */
+       /* Send the stop command */
        au_writel(STOP_CMD, HOST_CMD(host));
 }