Commit f3ccba3e4ee8a33869c54627331b032a334d18ac

Authored by Heinrich Schuchardt
Committed by Tom Rini
1 parent 3e87ffcffb

doc: README.commands: fix type

%s/commmand/command/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -67,7 +67,7 @@
67 67 Command function
68 68 ----------------
69 69  
70   -The commmand function pointer has to be of type
  70 +The command function pointer has to be of type
71 71 int (*cmd)(struct cmd_tbl_s *cmdtp, int flag, int argc, const char *argv[]);
72 72  
73 73 cmdtp: Table entry describing the command (see above).