From: Artem Bityutskiy Date: Thu, 8 Nov 2012 11:42:34 +0000 (+0200) Subject: bmap: a couple of spelling fixes X-Git-Tag: v1.0~143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df036a9086d7a4c439443668b2f3732595ae1ddc;p=tools%2Fbmap-tools.git bmap: a couple of spelling fixes Change-Id: I57ccc904fdfdebc1342fc5a401ddb73895cbfd4d Signed-off-by: Artem Bityutskiy --- diff --git a/bmap b/bmap index 709ae5e..a975f7c 100755 --- a/bmap +++ b/bmap @@ -24,7 +24,7 @@ assume that the image was a sparse file at the moment of creation, and the bmap was generated for this sparse file). For example, you may have a 4GiB image file, which contains only 100MiB of user -data and you need to flashi it to a slow USB stick. With the bmap file you end +data and you need to flash it to a slow USB stick. With the bmap file you end up writing only a little bit more than 100MiB of data from the image file to the USB stick. This is a lot faster than writing all 4GiB of data. We say that it is a bit more than 100MiB because there are also file-system meta-data, @@ -105,7 +105,7 @@ def create_command(args, log): files, directories, file-system meta-data, partition table, etc. When flashing the image to the target device, you do not have to copy all the 4GiB of data, you can copy only 512MiB of it, which is 4 times less, so - flashing shoud presumably be 4 times faster. + flashing should presumably be 4 times faster. The block map file is an XML file which contains a list of blocks which have to be copied to the target device. The other blocks are not used and