summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulien Delbergue <j.delbergue.foss@gmail.com>2023-07-13 12:53:09 +0300
committerTom Rini <trini@konsulko.com>2023-07-17 22:38:11 +0300
commit2c120676bad1ecb6aff51b4309cb61be1dbc0695 (patch)
treee5eaaba5ef1554008763e9dbc455ab61babab683 /include
parent13aa090b87a0fbdfe690011669b9fdb96bb1ccc7 (diff)
downloadu-boot-2c120676bad1ecb6aff51b4309cb61be1dbc0695.tar.xz
bootstd: Correct 'bpot' typo
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>
Diffstat (limited to 'include')
-rw-r--r--include/bootstd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstd.h b/include/bootstd.h
index dddb3e1538..7802564bcc 100644
--- a/include/bootstd.h
+++ b/include/bootstd.h
@@ -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