typo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2286 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
64f07fb21c
commit
ae3cbe951b
|
@ -464,7 +464,7 @@ static int load_elf_segments(
|
||||||
skip_bytes = start_offset - offset;
|
skip_bytes = start_offset - offset;
|
||||||
if (skip_bytes &&
|
if (skip_bytes &&
|
||||||
((result = stream_skip(skip_bytes)) != 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);
|
skip_bytes, result);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue