From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.web.de ([212.227.17.11]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c8Fgz-0000yv-LI for barebox@lists.infradead.org; Sun, 20 Nov 2016 00:09:11 +0000 Received: from localhost.localdomain ([84.133.23.249]) by smtp.web.de (mrweb102 [213.165.67.124]) with ESMTPSA (Nemesis) id 0Lvjn6-1covBu1aEG-017WoL for ; Sun, 20 Nov 2016 01:08:42 +0100 From: Moritz Warning Date: Sun, 20 Nov 2016 01:09:10 +0100 Message-Id: <20161120000910.10503-1-moritzwarning@web.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] docs: fix typos in memcmp help text To: barebox@lists.infradead.org Signed-off-by: Moritz Warning --- commands/memcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox