From: Heinrich Schuchardt Date: Mon, 12 Feb 2018 11:38:36 +0000 (+0100) Subject: dm: core: fix typo in comment (device.h) X-Git-Tag: v2018.03-rc3~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80ee4fc50473a34dbf69734c774ba28e9fdf22a3;p=u-boot dm: core: fix typo in comment (device.h) %s/Indentiies/Identifies/g Signed-off-by: Heinrich Schuchardt --- 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