summaryrefslogtreecommitdiff
path: root/classes/image.bbclass
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-17 18:22:31 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-17 18:22:31 +0000
commit2bd1b434ce09511ecc5ffe6b872162251ee1eab8 (patch)
treed90ba00133e0860e009660eca6c5d4bcda6868e0 /classes/image.bbclass
parent55f1bbed28e78a1f327b5ac198a0e54d02263890 (diff)
parent673d1bb689817bb46661662b5d1459d587f038ab (diff)
merge of 'cb01f2744d89a35b7112e49fc0d5862aba66733f'
and 'd0092933b0c82a6d8470e8da03507e0e5e71529c'
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.)