From 780685bbaf6d6f74aed77c412686592d6b9cf8e5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 2 Oct 2011 17:20:38 +0000 Subject: bootimg.bbclass: fix comment typo Signed-off-by: Otavio Salvador --- meta/classes/bootimg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') 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). # -- cgit 1.2.3-korg