diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-04-29 00:12:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-04-29 00:12:30 +0000 |
commit | ae3cbe951b414d9c2d2338f77e00132f7251cf94 (patch) | |
tree | 293260b5713589fd44f8bce7659a49313384110d | |
parent | 64f07fb21ce77994e929c1cadc61f0c77b7dd04e (diff) | |
download | coreboot-ae3cbe951b414d9c2d2338f77e00132f7251cf94.tar.xz |
typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2286 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/boot/elfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index fb2486382f..583160b24a 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -464,7 +464,7 @@ static int load_elf_segments( skip_bytes = start_offset - offset; if (skip_bytes && ((result = stream_skip(skip_bytes)) != skip_bytes)) { - printk_err("ERROR: Skip of %ld bytes skiped %ld bytes\n", + printk_err("ERROR: Skip of %ld bytes skipped %ld bytes\n", skip_bytes, result); goto out; } |