summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-03 10:37:07 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-07-09 12:33:24 +0800
commitdafde79ddbc0a711706db188638512ee0644caf9 (patch)
treeca440b80043fedc45bde215e663b93be0dbe33bf
parent7842749c351f3bb3976ca56c2ef5793e6b2cce97 (diff)
downloadu-boot-dafde79ddbc0a711706db188638512ee0644caf9.tar.gz
u-boot-dafde79ddbc0a711706db188638512ee0644caf9.tar.xz
u-boot-dafde79ddbc0a711706db188638512ee0644caf9.zip
bootstage: Fix 'stacked' typo
This should be 'stashed'. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--include/bootstage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index f507271375..00c85fb86a 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -338,7 +338,7 @@ int bootstage_stash(void *base, int size);
* @param base Base address of memory buffer
* @param size Size of memory buffer (-1 if unknown)
* @return 0 if unstashed ok, -ENOENT if bootstage info not found, -ENOSPC if
- * there is not space for read the stacked data, or other error if
+ * there is not space for read the stashed data, or other error if
* something else went wrong
*/
int bootstage_unstash(const void *base, int size);