9
0
Fork 0

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>
This commit is contained in:
Robert P. J. Day 2009-12-19 08:20:23 -05:00 committed by Sascha Hauer
parent abb8c0f1d7
commit 0753a77e64
1 changed files with 1 additions and 1 deletions

View File

@ -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