]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bootimg.bbclass: fix comment typo
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 2 Oct 2011 17:20:38 +0000 (17:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 22:11:11 +0000 (23:11 +0100)
(From OE-Core rev: 780685bbaf6d6f74aed77c412686592d6b9cf8e5)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/bootimg.bbclass

index 49ee85ea7241dcbb4612cb0eaa06e92004ec1270..a5ba3cf409da6d93871b0e31547aca4908917c4f 100644 (file)
@@ -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).
 #