diff options
author | Martin Roth <martinroth@google.com> | 2017-06-03 20:05:42 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-27 18:26:01 +0000 |
commit | a564811e71a1d99655aeeab68635ffad93f417ca (patch) | |
tree | 8beb3dad682f67074a11a8712c7e6f0885b8fda7 /util/nvramtool | |
parent | cd87e1ba2d08523a6c8b575b18d2eab9d842fc5f (diff) |
util: change coreboot to lowercase
The word 'coreboot' should always be written in lowercase, even at the
start of a sentence.
Change-Id: I0a024d82d331c0794fe087e440b4e1924129a13c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20030
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/nvramtool')
-rw-r--r-- | util/nvramtool/cmos_ops.c | 2 | ||||
-rw-r--r-- | util/nvramtool/lbtable.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/nvramtool/cmos_ops.c b/util/nvramtool/cmos_ops.c index 3c5a08b2d9..45b6162a1f 100644 --- a/util/nvramtool/cmos_ops.c +++ b/util/nvramtool/cmos_ops.c @@ -227,7 +227,7 @@ void cmos_checksum_verify(void) set_iopl(0); if (computed != actual) { - fprintf(stderr, "%s: Warning: Coreboot CMOS checksum is bad.\n", + fprintf(stderr, "%s: Warning: coreboot CMOS checksum is bad.\n", prog_name); fprintf(stderr, "Computed checksum: 0x%x. Stored checksum: 0x%x\n", computed, actual); diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c index d2ae1b5c91..a9586c877d 100644 --- a/util/nvramtool/lbtable.c +++ b/util/nvramtool/lbtable.c @@ -325,7 +325,7 @@ void dump_lbtable(void) const struct lb_record *lbrec; p = ((const char *)lbtable) + lbtable->header_bytes; - printf("Coreboot table at physical address 0x%lx:\n" + printf("coreboot table at physical address 0x%lx:\n" " signature: 0x%x (ASCII: %c%c%c%c)\n" " header_bytes: 0x%x (decimal: %d)\n" " header_checksum: 0x%x (decimal: %d)\n" |