summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-11-16 10:52:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:27:53 +0100
commitc9583d9852f62917f4ad3d6aabebfc7bbef83978 (patch)
tree40fe98cff1999e22bcb17a31f871b97811274e68 /scripts
parentdcc7d82141a710ccc3d04a23351e59e341794131 (diff)
downloadbarebox-c9583d9852f62917f4ad3d6aabebfc7bbef83978.tar.gz
barebox-c9583d9852f62917f4ad3d6aabebfc7bbef83978.tar.xz
scripts/kwbimage: fix typo
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kwbimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kwbimage.c b/scripts/kwbimage.c
index c560f581a7..79ca85b72d 100644
--- a/scripts/kwbimage.c
+++ b/scripts/kwbimage.c
@@ -523,7 +523,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.
*/