From: Otavio Salvador Date: Sun, 2 Oct 2011 17:20:38 +0000 (+0000) Subject: bootimg.bbclass: fix comment typo X-Git-Tag: 2015-4~13213 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=780685bbaf6d6f74aed77c412686592d6b9cf8e5;p=openembedded-core.git bootimg.bbclass: fix comment typo Signed-off-by: Otavio Salvador --- diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 49ee85ea72..a5ba3cf409 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass @@ -7,7 +7,7 @@ # # End result is two things: # -# 1. A .hddimage file which is an msdos filesystem containing syslinux, a kernel, +# 1. A .hddimg file which is an msdos filesystem containing syslinux, a kernel, # an initrd and a rootfs image. These can be written to harddisks directly and # also booted on USB flash disks (write them there with dd). #