summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-09 08:05:21 +0100
committerTom Rini <[email protected]>2025-11-11 11:55:02 -0600
commit307b0f03b97f021cc635f031aab98ae72a7e5a45 (patch)
tree9cd3a865422dc0b69ea3683cad82f53ea6f1f7e8 /include
parentaa99fc54ed6177f25a6d987dfc8def813784de50 (diff)
dm: typo programmaticaly
%s/programmaticaly/programmatically/ Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dm/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/root.h b/include/dm/root.h
index 286bd9a2ddd..61a61e1ce46 100644
--- a/include/dm/root.h
+++ b/include/dm/root.h
@@ -114,7 +114,7 @@ int dm_extended_scan(bool pre_reloc_only);
*
* Some devices may not be visible to Driver Model. This weak function can
* be provided by boards which wish to create their own devices
- * programmaticaly. They should do this by calling device_bind() on each
+ * programmatically. They should do this by calling device_bind() on each
* device.
*
* @pre_reloc_only: If true, bind only nodes with special devicetree properties,