summaryrefslogtreecommitdiff
path: root/doc/README.commands
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-12-30 13:00:51 +0100
committerTom Rini <trini@konsulko.com>2019-01-09 07:13:31 -0500
commitf3ccba3e4ee8a33869c54627331b032a334d18ac (patch)
treec542731c2a941a3889d67f909b65c037ca9dbeba /doc/README.commands
parent3e87ffcffbdf1b0883e4c76d411ffa604ba69c57 (diff)
doc: README.commands: fix type
%s/commmand/command/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.commands')
-rw-r--r--doc/README.commands2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.commands b/doc/README.commands
index 0ccadae0b7..e03eb44187 100644
--- 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 commmand 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).