diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-05 23:25:40 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 09:52:48 -0700 |
commit | 7122bbb0d14b7a6031aeef046b45d4934cb94ba7 (patch) | |
tree | 05e3119c5425a12c8c049986f788966dc2305ad9 /drivers/mmc/core | |
parent | d73111c6d43f08d697a3d986fe3bd8ca796a2096 (diff) | |
download | linux-stable-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.tar.gz linux-stable-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.tar.bz2 linux-stable-7122bbb0d14b7a6031aeef046b45d4934cb94ba7.zip |
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/core')
-rw-r--r-- | drivers/mmc/core/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c index d4619e2ec030..2273ce6b6c1a 100644 --- a/drivers/mmc/core/sdio.c +++ b/drivers/mmc/core/sdio.c @@ -641,7 +641,7 @@ static int mmc_sdio_init_card(struct mmc_host *host, u32 ocr, /* * If the host and card support UHS-I mode request the card * to switch to 1.8V signaling level. No 1.8v signalling if - * UHS mode is not enabled to maintain compatibilty and some + * UHS mode is not enabled to maintain compatibility and some * systems that claim 1.8v signalling in fact do not support * it. */ |