diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-11 06:17:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:05:05 -0400 |
commit | 421f91d21ad6f799dc7b489bb33cc560ccc56f98 (patch) | |
tree | aaf9f6385233fdf9277e634603156c89ede7f770 /arch/arm/mach-u300 | |
parent | 65155b3708137fabee865dc4da822763c0c41208 (diff) |
fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/gpio.c b/arch/arm/mach-u300/gpio.c index 5f61fd45a0c8..d92790140fe5 100644 --- a/arch/arm/mach-u300/gpio.c +++ b/arch/arm/mach-u300/gpio.c | |||
@@ -523,7 +523,7 @@ static void gpio_set_initial_values(void) | |||
523 | 523 | ||
524 | /* | 524 | /* |
525 | * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED' | 525 | * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED' |
526 | * to output and 'GPIO_IN' to input for each port. And initalize | 526 | * to output and 'GPIO_IN' to input for each port. And initialize |
527 | * default value on outputs. | 527 | * default value on outputs. |
528 | */ | 528 | */ |
529 | for (i = 0; i < U300_GPIO_NUM_PORTS; i++) { | 529 | for (i = 0; i < U300_GPIO_NUM_PORTS; i++) { |