dm: core: fix typo in device.h
authorDario Binacchi <dariobin@libero.it>
Sun, 11 Oct 2020 12:27:07 +0000 (14:27 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
Replace 'a the' with 'the' in include/dm/device.h.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/dm/device.h

index ac3b6c1..993c9e6 100644 (file)
@@ -823,7 +823,7 @@ static inline bool device_is_on_pci_bus(const struct udevice *dev)
             _ret = device_next_child_err(&dev))
 
 /**
- * dm_scan_fdt_dev() - Bind child device in the device tree
+ * dm_scan_fdt_dev() - Bind child device in the device tree
  *
  * This handles device which have sub-nodes in the device tree. It scans all
  * sub-nodes and binds drivers for each node where a driver can be found.