summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:43:55 +0300
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:44:29 +0300
commitfe0718a5a1ed540047ecb5b67b8bb6ce0e40b19e (patch)
treebd80563cb813c9c0c48f18987802ff49caa0e3f9
parentaa07eab4998ac7b97428e48bcfe78112e4ae4dc3 (diff)
BmapCreate: a couple of spelling fixes
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rw-r--r--bmaptools/BmapCreate.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bmaptools/BmapCreate.py b/bmaptools/BmapCreate.py
index 4b47c8c..74acbe0 100644
--- a/bmaptools/BmapCreate.py
+++ b/bmaptools/BmapCreate.py
@@ -74,8 +74,8 @@ _BMAP_START_TEMPLATE = """<?xml version="1.0" ?>
contain any useful data and do not have to be copied to the target
device.
- The block map an optimization which allows to copy or flash the image to
- the image quicker than copying of flashing the entire image. This is
+ The block map is an optimization which allows to copy or flash the image
+ to the image quicker than copying of flashing the entire image. This is
because with bmap less data is copied: <MappedBlocksCount> blocks instead
of <BlocksCount> blocks.
@@ -253,7 +253,7 @@ class BmapCreate(object):
xml += " <ChecksumType> %s </ChecksumType>\n\n" % self._cs_type
xml += " <!-- The checksum of this bmap file. When it is calculated, the value of\n"
- xml += ' the checksum has be zero (all ASCII "0" symbols). -->\n'
+ xml += ' the checksum has to be zero (all ASCII "0" symbols). -->\n'
xml += " <BmapFileChecksum> "
self._f_bmap.write(xml)