aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2015-09-26 12:30:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-10-17 06:53:52 +0000
commitdc1b3c162e56b45ed398db072d52eee5729c8f15 (patch)
treeb22a21520518286756484e6f57a35daaed6907ef /payloads/libpayload/Kconfig
parentaa98eec316f4537e7164f8f65ea1cbde0ebec3d9 (diff)
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>
Diffstat (limited to 'payloads/libpayload/Kconfig')
-rw-r--r--payloads/libpayload/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig
index 64289b3b9d..024fa1502b 100644
--- a/payloads/libpayload/Kconfig
+++ b/payloads/libpayload/Kconfig
@@ -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.