]> code.ossystems Code Review - openembedded-core.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 21:56:40 +0000 (22:56 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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).
 #