aboutsummaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-02-12 12:38:36 +0100
committerTom Rini <trini@konsulko.com>2018-02-13 23:24:22 -0500
commit80ee4fc50473a34dbf69734c774ba28e9fdf22a3 (patch)
tree62ab3465d360d3c6105499a69a8ced2e4e280e55 /include/dm
parent9095d5b8949fd4b278673e82c2025903ec0c0543 (diff)
downloadu-boot-80ee4fc50473a34dbf69734c774ba28e9fdf22a3.zip
u-boot-80ee4fc50473a34dbf69734c774ba28e9fdf22a3.tar.gz
u-boot-80ee4fc50473a34dbf69734c774ba28e9fdf22a3.tar.bz2
dm: core: fix typo in comment (device.h)
%s/Indentiies/Identifies/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h
index 813e49f..7786b1c 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -203,7 +203,7 @@ struct udevice_id {
* it.
*
* @name: Device name
- * @id: Identiies the uclass we belong to
+ * @id: Identifies the uclass we belong to
* @of_match: List of compatible strings to match, and any identifying data
* for each.
* @bind: Called to bind a device to its driver