aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-10-02 17:20:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 22:56:40 +0100
commit780685bbaf6d6f74aed77c412686592d6b9cf8e5 (patch)
tree4867e908508451a2d37c1b02f607c2c9f8bdbea3 /meta/classes
parente8011abfab79220102e4843d8a91655162140090 (diff)
downloadopenembedded-core-contrib-780685bbaf6d6f74aed77c412686592d6b9cf8e5.tar.gz
bootimg.bbclass: fix comment typo
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/bootimg.bbclass2
1 files changed, 1 insertions, 1 deletions
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).
#