summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2010-09-23 18:29:40 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-23 18:29:40 +0000
commitf2fd0189616b51aee0f439c521623e81e61e0711 (patch)
tree2c7b6d352ad0ee6064f976f3f9c09ecabcb7e9c8 /src/boot
parentedf97bc54902e3a4f05335af322e6b51a817ec73 (diff)
Fix some wrong capitalizations, reformat comments, fix a typo.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/selfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c
index f3f1aa38c..ac43e4aba 100644
--- a/src/boot/selfboot.c
+++ b/src/boot/selfboot.c
@@ -175,7 +175,7 @@ static int valid_area(struct lb_memory *mem, unsigned long buffer,
break;
}
if ((mtype == LB_MEM_TABLE) && (start < mend) && (end > mstart)) {
- printk(BIOS_ERR, "Payload is overwriting Coreboot tables.\n");
+ printk(BIOS_ERR, "Payload is overwriting coreboot tables.\n");
break;
}
}