From a564811e71a1d99655aeeab68635ffad93f417ca Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 3 Jun 2017 20:05:42 -0600 Subject: util: 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: I0a024d82d331c0794fe087e440b4e1924129a13c Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20030 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Patrick Georgi --- util/cbfstool/cbfs-mkstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool') diff --git a/util/cbfstool/cbfs-mkstage.c b/util/cbfstool/cbfs-mkstage.c index 53d3edbd3e..85c3e4f8b9 100644 --- a/util/cbfstool/cbfs-mkstage.c +++ b/util/cbfstool/cbfs-mkstage.c @@ -313,7 +313,7 @@ int parse_elf_to_stage(const struct buffer *input, struct buffer *output, outheader.data = output->data; outheader.size = 0; - /* Coreboot expects entry point to be physical address. Thus, adjust the + /* coreboot expects entry point to be physical address. Thus, adjust the * entry point accordingly. */ fill_cbfs_stage(&outheader, algo, ehdr->e_entry + virt_to_phys, -- cgit v1.2.3