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-msm | |
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-msm')
-rw-r--r-- | arch/arm/mach-msm/acpuclock-arm11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/acpuclock-arm11.c b/arch/arm/mach-msm/acpuclock-arm11.c index af5e85b91d02..f060a3959a75 100644 --- a/arch/arm/mach-msm/acpuclock-arm11.c +++ b/arch/arm/mach-msm/acpuclock-arm11.c | |||
@@ -98,7 +98,7 @@ struct clkctl_acpu_speed { | |||
98 | 98 | ||
99 | /* | 99 | /* |
100 | * ACPU speed table. Complete table is shown but certain speeds are commented | 100 | * ACPU speed table. Complete table is shown but certain speeds are commented |
101 | * out to optimized speed switching. Initalize loops_per_jiffy to 0. | 101 | * out to optimized speed switching. Initialize loops_per_jiffy to 0. |
102 | * | 102 | * |
103 | * Table stepping up/down is optimized for 256mhz jumps while staying on the | 103 | * Table stepping up/down is optimized for 256mhz jumps while staying on the |
104 | * same PLL. | 104 | * same PLL. |
@@ -494,7 +494,7 @@ uint32_t acpuclk_get_switch_time(void) | |||
494 | * Clock driver initialization | 494 | * Clock driver initialization |
495 | *---------------------------------------------------------------------------*/ | 495 | *---------------------------------------------------------------------------*/ |
496 | 496 | ||
497 | /* Initalize the lpj field in the acpu_freq_tbl. */ | 497 | /* Initialize the lpj field in the acpu_freq_tbl. */ |
498 | static void __init lpj_init(void) | 498 | static void __init lpj_init(void) |
499 | { | 499 | { |
500 | int i; | 500 | int i; |