diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-02-12 12:38:36 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:24:22 -0500 |
commit | 80ee4fc50473a34dbf69734c774ba28e9fdf22a3 (patch) | |
tree | 62ab3465d360d3c6105499a69a8ced2e4e280e55 /include/dm/device.h | |
parent | 9095d5b8949fd4b278673e82c2025903ec0c0543 (diff) | |
download | u-boot-80ee4fc50473a34dbf69734c774ba28e9fdf22a3.tar.gz |
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/device.h')
-rw-r--r-- | include/dm/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h index 813e49f330..7786b1cf4e 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 |