aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-16 20:06:08 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-16 20:06:08 +0000
commitb7b7b8ba477be3f471d96ce473a55fcfaf24917b (patch)
tree7688096e3d37d53f7802acd7835eccd81b797017 /classes/image.bbclass
parentf24ee65782773729769f24f6d69e7e423dc3b0f7 (diff)
downloadopenembedded-b7b7b8ba477be3f471d96ce473a55fcfaf24917b.tar.gz
image.bbclass: Innocent typo fix.
Diffstat (limited to 'classes/image.bbclass')
-rw-r--r--classes/image.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index e8fca61fb2..67a3a4fa10 100644
--- a/classes/image.bbclass
+++ b/classes/image.bbclass
@@ -35,9 +35,9 @@ python () {
}
#
-# Get a list of files containing device tables to create.
+# Get a list of files containing tables of devices to be created.
# * IMAGE_DEVICE_TABLE is the old name to an absolute path to a device table file
-# * IMAGE_DEVICE_TABLES is a new name for a file, or list of files, seached
+# * IMAGE_DEVICE_TABLES is a new name for a file, or list of files, searched
# for in the BBPATH
# If neither are specified then the default name of files/device_table-minimal.txt
# is searched for in the BBPATH (same as the old version.)