Skip to content

Commit 70784d2

Browse files
nabijaczlewelimichalsimek
authored andcommitted
microblaze: fix typos in Kconfig
optimalize -> optimize, these configs turn the functions on instead of allowing them to be turned on, consistent pluralisation Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Link: https://lore.kernel.org/r/2pg4pexvl2guyww56tnjrt3hjsb6bqtccmpkzt42sqz3igcq56@tarta.nabijaczleweli.xyz Signed-off-by: Michal Simek <michal.simek@amd.com>
1 parent 8f5ae30 commit 70784d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/microblaze/Kconfig.platform

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
menu "Platform options"
99

1010
config OPT_LIB_FUNCTION
11-
bool "Optimalized lib function"
11+
bool "Optimized lib function"
1212
default y
1313
help
14-
Allows turn on optimalized library function (memcpy and memmove).
14+
Turns on optimized library functions (memcpy and memmove).
1515
They are optimized by using word alignment. This will work
1616
fine if both source and destination are aligned on the same
1717
boundary. However, if they are aligned on different boundaries
1818
shifts will be necessary. This might result in bad performance
1919
on MicroBlaze systems without a barrel shifter.
2020

2121
config OPT_LIB_ASM
22-
bool "Optimalized lib function ASM"
22+
bool "Optimized lib function ASM"
2323
depends on OPT_LIB_FUNCTION && (XILINX_MICROBLAZE0_USE_BARREL = 1)
2424
depends on CPU_BIG_ENDIAN
2525
default n
2626
help
27-
Allows turn on optimalized library function (memcpy and memmove).
28-
Function are written in asm code.
27+
Turns on optimized library functions (memcpy and memmove).
28+
They are written in assembly.
2929

3030
# Definitions for MICROBLAZE0
3131
comment "Definitions for MICROBLAZE0"

0 commit comments

Comments
 (0)