]> git.ipfire.org Git - u-boot.git/commitdiff
dm: core: fix typo in comment (device.h)
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Feb 2018 11:38:36 +0000 (12:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 04:24:22 +0000 (23:24 -0500)
%s/Indentiies/Identifies/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/dm/device.h

index 813e49f330fa3d7730e6da992d51dbdff3e0e36b..7786b1cf4e629f872d32f4f116e4c272c5e8653e 100644 (file)
@@ -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