projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e87ffc
)
doc: README.commands: fix type
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 30 Dec 2018 12:00:51 +0000
(13:00 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 9 Jan 2019 12:13:31 +0000
(07:13 -0500)
%s/commmand/command/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/README.commands
patch
|
blob
|
history
diff --git
a/doc/README.commands
b/doc/README.commands
index
0ccadae
..
e03eb44
100644
(file)
--- a/
doc/README.commands
+++ b/
doc/README.commands
@@
-67,7
+67,7
@@
This table has to be evaluated in the command function of the main command, e.g.
Command function
----------------
-The comm
m
and function pointer has to be of type
+The command function pointer has to be of type
int (*cmd)(struct cmd_tbl_s *cmdtp, int flag, int argc, const char *argv[]);
cmdtp: Table entry describing the command (see above).