From e81ce0483db982c741eebdda649111eee22a853b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 3 Jun 2017 20:00:36 -0600 Subject: payloads: change coreboot to lowercase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The word 'coreboot' should always be written in lowercase, even at the start of a sentence. Change-Id: I2ec18ca55e0ea672343a951ab81a24a5630f45fd Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20028 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Philipp Deppenwiese --- payloads/coreinfo/bootlog_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/coreinfo/bootlog_module.c') diff --git a/payloads/coreinfo/bootlog_module.c b/payloads/coreinfo/bootlog_module.c index b3f0deeea5..8a9e7a3e04 100644 --- a/payloads/coreinfo/bootlog_module.c +++ b/payloads/coreinfo/bootlog_module.c @@ -170,7 +170,7 @@ err_free: static int bootlog_module_redraw(WINDOW *win) { - print_module_title(win, "Coreboot Bootlog"); + print_module_title(win, "coreboot Bootlog"); if (!g_buf) { return -1; -- cgit v1.2.3