[PATCH] docs: fix typos in memcmp help text
Sascha Hauer
s.hauer at pengutronix.de
Mon Nov 21 00:03:38 PST 2016
On Sun, Nov 20, 2016 at 01:09:10AM +0100, Moritz Warning wrote:
> Signed-off-by: Moritz Warning <moritzwarning at web.de>
> ---
> commands/memcmp.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/commands/memcmp.c b/commands/memcmp.c
> index ce044df..7be0033 100644
> --- a/commands/memcmp.c
> +++ b/commands/memcmp.c
> @@ -130,8 +130,8 @@ out:
> }
>
> BAREBOX_CMD_HELP_START(memcmp)
> -BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR and ADDR2")
> -BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file COUNT can")
> +BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR1 and ADDR2")
> +BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file, COUNT can")
> BAREBOX_CMD_HELP_TEXT("be left unspecified, in which case the whole file is")
> BAREBOX_CMD_HELP_TEXT("compared.")
> BAREBOX_CMD_HELP_TEXT("")
> --
> 2.10.2
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list