From: Adam Buchbinder Date: Fri, 18 Dec 2009 20:40:41 +0000 (-0500) Subject: Fix misspelling of "successful" and variants in comments. X-Git-Tag: v2.6.34-rc2~65^2^2~43 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=634bad68bc25753816594ecd390dcea980528315;p=karo-tx-linux.git Fix misspelling of "successful" and variants in comments. Some comments misspell "successful" or variants of the word; this fixes them. No code changes. Signed-off-by: Adam Buchbinder Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/mach-s5pc100/setup-sdhci.c b/arch/arm/mach-s5pc100/setup-sdhci.c index 4385986a3da0..ea7ff19adb95 100644 --- a/arch/arm/mach-s5pc100/setup-sdhci.c +++ b/arch/arm/mach-s5pc100/setup-sdhci.c @@ -28,8 +28,8 @@ char *s5pc100_hsmmc_clksrcs[4] = { [0] = "hsmmc", [1] = "hsmmc", - /* [2] = "mmc_bus", not yet succesfuuly used yet */ - /* [3] = "48m", - note not succesfully used yet */ + /* [2] = "mmc_bus", not yet successfully used yet */ + /* [3] = "48m", - note not successfully used yet */ };