summaryrefslogtreecommitdiffstats
path: root/util/nvramtool
diff options
context:
space:
mode:
Diffstat (limited to 'util/nvramtool')
-rw-r--r--util/nvramtool/cmos_ops.c2
-rw-r--r--util/nvramtool/lbtable.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/nvramtool/cmos_ops.c b/util/nvramtool/cmos_ops.c
index 3c5a08b2d9e3..45b6162a1f0f 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 d2ae1b5c9120..a9586c877ddb 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"