typo
authorStefan Reinauer <stepan@openbios.org>
Sat, 29 Apr 2006 00:12:30 +0000 (00:12 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 29 Apr 2006 00:12:30 +0000 (00:12 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2286 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/boot/elfboot.c

index fb2486382fe9f93ac11a2c175e7b32cbde446b94..583160b24a85ec4674e01eb9aa4b9b219f9216eb 100644 (file)
@@ -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;
                }