aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-05-10 05:21:19 -0400
committerJiri Kosina <jkosina@suse.cz>2010-05-10 05:56:30 -0400
commita8cd4561ea176f51e9f4707873ca4eff8fd5ee70 (patch)
tree82f4f90f732fcc06480073bf494bab503fc24d62 /arch/arm/plat-samsung
parent7d7fb0e6eb78600e5d4fb0f28858e97d38ef6bbf (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/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/include/plat/gpio-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/gpio-core.h b/arch/arm/plat-samsung/include/plat/gpio-core.h
index 49ff406a706..16643e3029f 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 */
103extern void samsung_gpiolib_add_4bit_chips(struct s3c_gpio_chip *chip, 103extern void samsung_gpiolib_add_4bit_chips(struct s3c_gpio_chip *chip,