From: Michal Simek Date: Wed, 26 Aug 2020 13:34:24 +0000 (+0200) Subject: binman: Fix typo in kernel-doc format for binman_symname() X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=9485a80be1354e55fc712ba82817dbe8779284d8;p=u-boot.git binman: Fix typo in kernel-doc format for binman_symname() Fix typo. Fixes: 19790632648b ("binman: Support accessing binman tables at run time") Signed-off-by: Michal Simek Reviewed-by: Simon Glass Reviewed-by: Simon Glass --- diff --git a/include/binman_sym.h b/include/binman_sym.h index ffb7c15798..72e6765fe5 100644 --- a/include/binman_sym.h +++ b/include/binman_sym.h @@ -16,7 +16,7 @@ #ifdef CONFIG_BINMAN /** - * binman_symname() - Internal fnuction to get a binman symbol name + * binman_symname() - Internal function to get a binman symbol name * * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl') * @_prop_name: Property value to get from that entry (e.g. 'pos')