From: Simon Glass Date: Fri, 3 Jul 2020 16:37:07 +0000 (-0600) Subject: bootstage: Fix 'stacked' typo X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=dafde79ddbc0a711706db188638512ee0644caf9;p=u-boot.git bootstage: Fix 'stacked' typo This should be 'stashed'. Fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- 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);