All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] doc: README.commands: fix type
@ 2018-12-30 12:00 Heinrich Schuchardt
  2019-01-05  1:57 ` Simon Glass
  2019-01-10  2:31 ` [U-Boot] [U-Boot,1/1] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2018-12-30 12:00 UTC (permalink / raw)
  To: u-boot

%s/commmand/command/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/README.commands | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 1/1] doc: README.commands: fix type
  2018-12-30 12:00 [U-Boot] [PATCH 1/1] doc: README.commands: fix type Heinrich Schuchardt
@ 2019-01-05  1:57 ` Simon Glass
  2019-01-10  2:31 ` [U-Boot] [U-Boot,1/1] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2019-01-05  1:57 UTC (permalink / raw)
  To: u-boot

On Sun, 30 Dec 2018 at 05:00, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> %s/commmand/command/
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/README.commands | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot,1/1] doc: README.commands: fix type
  2018-12-30 12:00 [U-Boot] [PATCH 1/1] doc: README.commands: fix type Heinrich Schuchardt
  2019-01-05  1:57 ` Simon Glass
@ 2019-01-10  2:31 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-01-10  2:31 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 30, 2018 at 01:00:51PM +0100, Heinrich Schuchardt wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190109/1366c4e5/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-10  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 12:00 [U-Boot] [PATCH 1/1] doc: README.commands: fix type Heinrich Schuchardt
2019-01-05  1:57 ` Simon Glass
2019-01-10  2:31 ` [U-Boot] [U-Boot,1/1] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.