libpayload/Kconfig: Use official spelling for TinyCurses
TinyCursess is officially spelled in CamelCase [1]. [1] https://github.com/tommyettinger/TinyCurses Change-Id: I7e0aa5af54140796a981c0f4c58950b25fdd67ba Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/11727 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
aa98eec316
commit
dc1b3c162e
|
@ -143,9 +143,9 @@ choice
|
|||
depends on CURSES
|
||||
|
||||
config TINYCURSES
|
||||
bool "Tinycurses"
|
||||
bool "TinyCurses"
|
||||
help
|
||||
Tinycurses was the first curses implementation for libpayload.
|
||||
TinyCurses was the first curses implementation for libpayload.
|
||||
It features low memory consumption, static allocation of larger
|
||||
data structures (so few or no memory allocation calls) and a
|
||||
reduced feature set.
|
||||
|
|
Loading…
Reference in New Issue