u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/image-host.c: Fix spelling of "expected".
@ 2021-09-28 17:11 Vagrant Cascadian
  2021-09-30  1:41 ` Simon Glass
  2021-10-13 14:16 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2021-09-28 17:11 UTC (permalink / raw)
  To: u-boot
  Cc: Vagrant Cascadian, Alexandru Gagniuc, Heinrich Schuchardt,
	Ming Liu, Philippe Reynes, Simon Glass

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 tools/image-host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/image-host.c b/tools/image-host.c
index d3a882ec29..a6b0a94420 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -313,7 +313,7 @@ static int fit_image_read_data(char *filename, unsigned char *data,
 
 	/* Check that we have read all the file */
 	if (n != sbuf.st_size) {
-		printf("Can't read all file %s (read %zd bytes, expexted %lld)\n",
+		printf("Can't read all file %s (read %zd bytes, expected %lld)\n",
 		       filename, n, (long long)sbuf.st_size);
 		goto err;
 	}
-- 
2.30.2


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

* Re: [PATCH] tools/image-host.c: Fix spelling of "expected".
  2021-09-28 17:11 [PATCH] tools/image-host.c: Fix spelling of "expected" Vagrant Cascadian
@ 2021-09-30  1:41 ` Simon Glass
  2021-10-13 14:16 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-09-30  1:41 UTC (permalink / raw)
  To: Vagrant Cascadian
  Cc: U-Boot Mailing List, Alexandru Gagniuc, Heinrich Schuchardt,
	Ming Liu, Philippe Reynes

On Tue, 28 Sept 2021 at 11:12, Vagrant Cascadian <vagrant@debian.org> wrote:
>
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  tools/image-host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

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

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

* Re: [PATCH] tools/image-host.c: Fix spelling of "expected".
  2021-09-28 17:11 [PATCH] tools/image-host.c: Fix spelling of "expected" Vagrant Cascadian
  2021-09-30  1:41 ` Simon Glass
@ 2021-10-13 14:16 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-10-13 14:16 UTC (permalink / raw)
  To: Vagrant Cascadian
  Cc: u-boot, Alexandru Gagniuc, Heinrich Schuchardt, Ming Liu,
	Philippe Reynes, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

On Tue, Sep 28, 2021 at 10:11:46AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-10-13 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 17:11 [PATCH] tools/image-host.c: Fix spelling of "expected" Vagrant Cascadian
2021-09-30  1:41 ` Simon Glass
2021-10-13 14:16 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).