summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDario Binacchi <[email protected]>2020-10-11 14:27:07 +0200
committerSimon Glass <[email protected]>2020-10-29 14:42:18 -0600
commit970cd91e8c4d9c812857601475dc2972ad1cd1b4 (patch)
tree25274bc4a9c50da3351e6f4a2ede002aab87c590 /include
parent18bca1f172473649aed03a9fa797c453b2a04ee4 (diff)
dm: core: fix typo in device.h
Replace 'a the' with 'the' in include/dm/device.h. Signed-off-by: Dario Binacchi <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
-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 ac3b6c1b8a0..993c9e6c5ab 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -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 a 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.