mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] scripts/kwbimage: fix typo
@ 2016-11-16  9:11 Uwe Kleine-König
  2016-11-16  9:11 ` [PATCH 2/3] scripts/kwbimage: use ALIGN_SUP instead of open-coding it Uwe Kleine-König
  2016-11-16  9:11 ` [PATCH 3/3] scripts/kwbimage: fix handling of binary header Uwe Kleine-König
  0 siblings, 2 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2016-11-16  9:11 UTC (permalink / raw)
  To: barebox

---
 scripts/kwbimage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kwbimage.c b/scripts/kwbimage.c
index eabd09f45d42..15726e066a01 100644
--- a/scripts/kwbimage.c
+++ b/scripts/kwbimage.c
@@ -524,7 +524,7 @@ static int image_extract_v1(void *fdimap, const char *output, FILE *focfg)
 	int opthdrid;
 
 	/*
-	 * Verify the checkum. We have to substract the checksum
+	 * Verify the checksum. We have to subtract the checksum
 	 * itself, because when the checksum is calculated, the
 	 * checksum field is 0.
 	 */
-- 
2.10.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-11-16  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16  9:11 [PATCH 1/3] scripts/kwbimage: fix typo Uwe Kleine-König
2016-11-16  9:11 ` [PATCH 2/3] scripts/kwbimage: use ALIGN_SUP instead of open-coding it Uwe Kleine-König
2016-11-16  9:11 ` [PATCH 3/3] scripts/kwbimage: fix handling of binary header Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox