diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-23 18:29:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-23 18:29:40 +0000 |
commit | d6b4f1cd0ad43d29fe925a6cc6951f205a8ead50 (patch) | |
tree | 2c7b6d352ad0ee6064f976f3f9c09ecabcb7e9c8 /src/boot/selfboot.c | |
parent | 06694a89528329e0a1bff2b9adf83f0f30e1a77e (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/selfboot.c')
-rw-r--r-- | src/boot/selfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index f3f1aa38c5..ac43e4aba5 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; } } |