diff options
author | Deepak Saxena <dsaxena@plexity.net> | 2008-06-16 19:20:57 -0700 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-15 14:14:41 +0200 |
commit | 8769392b1918ec70ab62eebc82e06c47c12f8304 (patch) | |
tree | a7939c1619038b2934e6d209f08552286ef69fd4 /drivers/mmc/core/sd.c | |
parent | 08f80bb5196517a0dfe50dc7c10f234c0ff2f0e8 (diff) | |
download | linux-8769392b1918ec70ab62eebc82e06c47c12f8304.tar.gz linux-8769392b1918ec70ab62eebc82e06c47c12f8304.tar.bz2 linux-8769392b1918ec70ab62eebc82e06c47c12f8304.zip |
MMC: Trivial comment cleanup
Make the variable name in the comments match the actual name
of the variable.
Signed-off-by: Deepak Saxena <dsaxena@laptop.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/sd.c')
-rw-r--r-- | drivers/mmc/core/sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index b122eb9ea453..26fc098d77cd 100644 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -326,7 +326,7 @@ static struct device_type sd_type = { /* * Handle the detection and initialisation of a card. * - * In the case of a resume, "curcard" will contain the card + * In the case of a resume, "oldcard" will contain the card * we're trying to reinitialise. */ static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, |