From: Sergei Antonov Date: Sun, 21 Aug 2022 13:45:08 +0000 (+0300) Subject: dm: core: fix a typo in help text X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7091f3f8c859a29ad63b94952472bd93d60488c;p=platform%2Fkernel%2Fu-boot-spacemit.git dm: core: fix a typo in help text Signed-off-by: Sergei Antonov Reviewed-by: Simon Glass --- diff --git a/cmd/dm.c b/cmd/dm.c index eb40f08..218be85 100644 --- a/cmd/dm.c +++ b/cmd/dm.c @@ -87,7 +87,7 @@ static char dm_help_text[] = "dm drivers Dump list of drivers with uclass and instances\n" DM_MEM_HELP "dm static Dump list of drivers with static platform data\n" - "dn tree Dump tree of driver model devices ('*' = activated)\n" + "dm tree Dump tree of driver model devices ('*' = activated)\n" "dm uclass Dump list of instances for each uclass" ; #endif