From dc1b3c162e56b45ed398db072d52eee5729c8f15 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 26 Sep 2015 12:30:08 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/11727 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/libpayload/Kconfig | 4 ++-- 1 file 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. -- cgit v1.2.3