]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootstd: Correct 'bpot' typo
authorJulien Delbergue <j.delbergue.foss@gmail.com>
Thu, 13 Jul 2023 09:53:09 +0000 (11:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 19:38:11 +0000 (15:38 -0400)
Fix it to 'boot' in the header, as it is in the source file.

Signed-off-by: Julien Delbergue <j.delbergue.foss@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/bootstd.h

index dddb3e15384952805cfa0d64581be4e6920ac337..7802564bcc630d73b9b830718da442bcaae6f5ad 100644 (file)
@@ -69,7 +69,7 @@ const char *const *const bootstd_get_bootdev_order(struct udevice *dev,
 /**
  * bootstd_get_prefixes() - Get the filename-prefixes list
  *
- * This reads the prefixes, e.g. {"/", "/bpot", NULL}
+ * This reads the prefixes, e.g. {"/", "/boot", NULL}
  *
  * The list is alloced by the bootstd driver so should not be freed. That is the
  * reason for all the const stuff in the function signature