From: Heinrich Schuchardt Date: Sun, 9 Nov 2025 07:05:21 +0000 (+0100) Subject: dm: typo programmaticaly X-Git-Tag: v2026.01-rc3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307b0f03b97f021cc635f031aab98ae72a7e5a45;p=thirdparty%2Fu-boot.git dm: typo programmaticaly %s/programmaticaly/programmatically/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- 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,