summaryrefslogtreecommitdiff
path: root/doc/README.commands
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-01-09 16:02:29 -0500
committerTom Rini <trini@konsulko.com>2019-01-09 16:02:29 -0500
commit43a6a1ec9055a53a11d6d735f11cceea13912bbe (patch)
treea41a8a53c8e92be82d68a6b7862b50971ec2522a /doc/README.commands
parent54707a942009fae083dd78b58ff057127ba0e900 (diff)
parent4fb224638d608ba3bdc9200360663b4109038580 (diff)
Merge branch '2019-01-08-master-imports'
- stm32f7 GPIO fixes - SATA env fixes - More DM migration deadline warnings - Regression fix for non-DM MMC drivers - dma_alloc_coherent size fix on ARM.
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 0ccadae0b71..e03eb44187e 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).