diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-05-10 05:21:19 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-05-10 05:56:30 -0400 |
commit | a8cd4561ea176f51e9f4707873ca4eff8fd5ee70 (patch) | |
tree | 82f4f90f732fcc06480073bf494bab503fc24d62 /arch/arm | |
parent | 7d7fb0e6eb78600e5d4fb0f28858e97d38ef6bbf (diff) |
fix "seperate" typos in comments
s/seperate/separate
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2443/clock.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-samsung/include/plat/gpio-core.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2443/clock.c b/arch/arm/mach-s3c2443/clock.c index 62cd4eaee01b..8a55e78f7090 100644 --- a/arch/arm/mach-s3c2443/clock.c +++ b/arch/arm/mach-s3c2443/clock.c | |||
@@ -391,7 +391,7 @@ static struct clk clk_hsmmc = { | |||
391 | 391 | ||
392 | /* i2s_eplldiv | 392 | /* i2s_eplldiv |
393 | * | 393 | * |
394 | * This clock is the output from the I2S divisor of ESYSCLK, and is seperate | 394 | * This clock is the output from the I2S divisor of ESYSCLK, and is separate |
395 | * from the mux that comes after it (cannot merge into one single clock) | 395 | * from the mux that comes after it (cannot merge into one single clock) |
396 | */ | 396 | */ |
397 | 397 | ||
diff --git a/arch/arm/plat-samsung/include/plat/gpio-core.h b/arch/arm/plat-samsung/include/plat/gpio-core.h index 49ff406a7066..16643e3029fc 100644 --- a/arch/arm/plat-samsung/include/plat/gpio-core.h +++ b/arch/arm/plat-samsung/include/plat/gpio-core.h | |||
@@ -97,7 +97,7 @@ extern void s3c_gpiolib_add(struct s3c_gpio_chip *chip); | |||
97 | * others = Special functions (dependant on bank) | 97 | * others = Special functions (dependant on bank) |
98 | * | 98 | * |
99 | * Note, since the code to deal with the case where there are two control | 99 | * Note, since the code to deal with the case where there are two control |
100 | * registers instead of one, we do not have a seperate set of function | 100 | * registers instead of one, we do not have a separate set of function |
101 | * (samsung_gpiolib_add_4bit2_chips)for each case. | 101 | * (samsung_gpiolib_add_4bit2_chips)for each case. |
102 | */ | 102 | */ |
103 | extern void samsung_gpiolib_add_4bit_chips(struct s3c_gpio_chip *chip, | 103 | extern void samsung_gpiolib_add_4bit_chips(struct s3c_gpio_chip *chip, |