From a7091f3f8c859a29ad63b94952472bd93d60488c Mon Sep 17 00:00:00 2001 From: Sergei Antonov Date: Sun, 21 Aug 2022 16:45:08 +0300 Subject: [PATCH] dm: core: fix a typo in help text Signed-off-by: Sergei Antonov Reviewed-by: Simon Glass --- cmd/dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4