diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-24 22:09:35 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-01 15:51:48 +0100 |
commit | 19f52522c426b50e934d5fbd0bf759058f03cc60 (patch) | |
tree | 1575818bb800801e684ba04044c7767b97b8738c | |
parent | 9b4f06fae48765650f3ac9c876bc629d804bd763 (diff) |
arch/arm/Kconfig: remove one to many l's in the word.
The patch below removes an extra "l" in the word.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index b6333ae3f92a..cd5f993612fd 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -54,7 +54,7 @@ config OMAP_SMARTREFLEX user must write 1 to /debug/voltage/vdd_<X>/smartreflex/autocomp, where X is mpu or core for OMAP3. - Optionallly autocompensation can be enabled in the kernel + Optionally autocompensation can be enabled in the kernel by default during system init via the enable_on_init flag which an be passed as platform data to the smartreflex driver. |