summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-08-26 15:34:24 +0200
committerSimon Glass <sjg@chromium.org>2020-11-05 09:11:31 -0700
commit9485a80be1354e55fc712ba82817dbe8779284d8 (patch)
tree23ac918be15897d0154dbe5f53d1511803510c74 /include
parent6723b4c6ca7b6ef1435ee5529a53e14df3e1b099 (diff)
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 <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/binman_sym.h2
1 files changed, 1 insertions, 1 deletions
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')