Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
BmapCreate: a couple of spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
dedekind committed Aug 2, 2023
1 parent aa07eab commit fe0718a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bmaptools/BmapCreate.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
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.
Expand Down Expand Up @@ -253,7 +253,7 @@ def _bmap_file_start(self):
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)
Expand Down

0 comments on commit fe0718a

Please sign in to comment.