diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-10-02 17:20:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 22:56:40 +0100 |
commit | 780685bbaf6d6f74aed77c412686592d6b9cf8e5 (patch) | |
tree | 4867e908508451a2d37c1b02f607c2c9f8bdbea3 /meta/classes/bootimg.bbclass | |
parent | e8011abfab79220102e4843d8a91655162140090 (diff) | |
download | openembedded-core-780685bbaf6d6f74aed77c412686592d6b9cf8e5.tar.gz openembedded-core-780685bbaf6d6f74aed77c412686592d6b9cf8e5.tar.bz2 openembedded-core-780685bbaf6d6f74aed77c412686592d6b9cf8e5.zip |
bootimg.bbclass: fix comment typo
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r-- | meta/classes/bootimg.bbclass | 2 |
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). # |