X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.commands;h=e03eb44187edd43ce495d374c8904b03036b0b57;hb=1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1;hp=0ccadae0b718a65a736001255240f44ea82a6859;hpb=ca80b561e18b69f55a632f12f0ca0ffa04456c69;p=oweals%2Fu-boot.git 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).