[oe-commits] org.oe.dev image.bbclass: Innocent typo fix.

likewise commit openembedded-commits at lists.openembedded.org
Sat Feb 16 20:43:04 UTC 2008


image.bbclass: Innocent typo fix.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: c9c9f3354a71cf3f98a23c3f8f358b98565e3f48
ViewMTN: http://monotone.openembedded.org/revision/info/c9c9f3354a71cf3f98a23c3f8f358b98565e3f48
Files:
1
classes/image.bbclass
Diffs:

#
# mt diff -rbbc372ff7cbb0ccfdb5f0501f90629f1c5dd9896 -rc9c9f3354a71cf3f98a23c3f8f358b98565e3f48
#
# 
# 
# patch "classes/image.bbclass"
#  from [73120c465f8175c72d4001b3985cab785ee72ced]
#    to [3ee271e04e5f55aafbefcc98d3e2d4a69568301f]
# 
============================================================
--- classes/image.bbclass	73120c465f8175c72d4001b3985cab785ee72ced
+++ classes/image.bbclass	3ee271e04e5f55aafbefcc98d3e2d4a69568301f
@@ -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.)






More information about the Openembedded-commits mailing list