[coreboot-gerrit] New patch to review for coreboot: libpayload/Kconfig: Use official spelling for TinyCurses

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Sep 26 10:34:16 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11727

-gerrit

commit 6b1bd82b7055c17b5ccfcae8fbf44a0ba15ce70a
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Sep 26 12:30:08 2015 +0200

    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 at users.sourceforge.net>
---
 payloads/libpayload/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig
index 64289b3..024fa15 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.



More information about the coreboot-gerrit mailing list