summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/at91_mci.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-05 14:25:40 (GMT)
committerJiri Kosina <jkosina@suse.cz>2012-09-01 16:52:48 (GMT)
commit7122bbb0d14b7a6031aeef046b45d4934cb94ba7 (patch)
tree05e3119c5425a12c8c049986f788966dc2305ad9 /drivers/mmc/host/at91_mci.c
parentd73111c6d43f08d697a3d986fe3bd8ca796a2096 (diff)
downloadlinux-fsl-qoriq-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.tar.xz
mmc: fix comment typos
Correct spelling typo in drivers/mmc Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/mmc/host/at91_mci.c')
-rw-r--r--drivers/mmc/host/at91_mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c
index efdb81d..74bed0f 100644
--- a/drivers/mmc/host/at91_mci.c
+++ b/drivers/mmc/host/at91_mci.c
@@ -356,7 +356,7 @@ static void at91_mci_handle_transmitted(struct at91mci_host *host)
}
/*
- * Update bytes tranfered count during a write operation
+ * Update bytes transfered count during a write operation
*/
static void at91_mci_update_bytes_xfered(struct at91mci_host *host)
{