tree-wide: fix comment/printk typos
[deliverable/linux.git] / drivers / mmc / card / block.c
index 217f82037fc1c398f12b90dc9859d7a6344ac366..bfc8a8ae55df209458b52e0cb6bfcb1b6f79d989 100644 (file)
@@ -257,7 +257,7 @@ static u32 get_card_status(struct mmc_card *card, struct request *req)
        cmd.flags = MMC_RSP_SPI_R2 | MMC_RSP_R1 | MMC_CMD_AC;
        err = mmc_wait_for_cmd(card->host, &cmd, 0);
        if (err)
-               printk(KERN_ERR "%s: error %d sending status comand",
+               printk(KERN_ERR "%s: error %d sending status command",
                       req->rq_disk->disk_name, err);
        return cmd.resp[0];
 }
This page took 0.025587 seconds and 5 git commands to generate.