summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-12-19 08:20:23 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-21 09:48:13 +0100
commit0753a77e649fa12a263f38bcd714aff317f96a03 (patch)
treea08cd9b192f8cd58d7ea56fe6a342046aae80861
parentabb8c0f1d7fe80af890f4df4dc270663c109a046 (diff)
downloadbarebox-0753a77e649fa12a263f38bcd714aff317f96a03.tar.gz
barebox-0753a77e649fa12a263f38bcd714aff317f96a03.tar.xz
ARM: Correct Kconfig typo, "optimzed" -> "optimized".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8a8323ffe0..c091a996a9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -103,7 +103,7 @@ config CPU_V7_DCACHE_SKIP
So that the D-Cache invalidation logic is skipped
config ARM_OPTIMZED_STRING_FUNCTIONS
- bool "use assembler optimzed string functions"
+ bool "use assembler optimized string functions"
help
Say yes here to use assembler optimized memcpy / memset functions.
These functions work much faster than the normal versions but