cmd/bdinfo: correct comment in board_detail
[oweals/u-boot.git] / cmd / bdinfo.c
index 81ac78da940ce60726707f26e92dedc11c10f738..96d7b72df2333cc5be9400a350daa860896dc1ca 100644 (file)
@@ -166,7 +166,7 @@ static inline void __maybe_unused print_std_bdinfo(const bd_t *bd)
 #if defined(CONFIG_PPC)
 void __weak board_detail(void)
 {
-       /* Please define boot_detail() for your platform */
+       /* Please define board_detail() for your platform */
 }
 
 int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])