@@ -340,11 +340,11 @@ of 3 is explained below.
340340 [ encrypted images] ( encrypted_images.md ) document for more information.
341341
3423423 . Swap size: When beginning a new swap operation, the total size that needs
343- to be swapped (based on the slot with largest image + tlvs ) is written to
343+ to be swapped (based on the slot with largest image + TLVs ) is written to
344344 this location for easier recovery in case of a reset while performing the
345345 swap.
346346
347- 4 . Swap info: A single byte which encodes the following informations :
347+ 4 . Swap info: A single byte which encodes the following information :
348348 - Swap type: Stored in bits 0-3. Indicating the type of swap operation in
349349 progress. When mcuboot resumes an interrupted swap, it uses this field to
350350 determine the type of operation to perform. This field contains one of the
@@ -618,13 +618,13 @@ bulletted lists, so maybe that is better. -->
618618 with the greatest index); current element = "index".
619619 b. Erase scratch area.
620620 c. Copy secondary_slot[index] to scratch area.
621- - If these are the last sectors (i.e., first swap being perfomed ),
621+ - If these are the last sectors (i.e., first swap being performed ),
622622 copy the full sector *except* the image trailer.
623623 - Else, copy entire sector contents.
624624 d. Write updated swap status (i).
625625 e. Erase secondary_slot[index]
626626 f. Copy primary_slot[index] to secondary_slot[index]
627- - If these are the last sectors (i.e., first swap being perfomed ),
627+ - If these are the last sectors (i.e., first swap being performed ),
628628 copy the full sector *except* the image trailer.
629629 - Else, copy entire sector contents.
630630 g. Write updated swap status (ii).
@@ -816,7 +816,7 @@ If it does not match then "source: none" is returned.
816816
817817If the swap status region indicates that the images are not contiguous, mcuboot
818818determines the type of swap operation that was interrupted by reading the `swap
819- info` field in the active image trailer and extarcting the swap type from bits
819+ info` field in the active image trailer and extracting the swap type from bits
8208200-3 then resumes the operation. In other words, it applies the procedure defined
821821in the previous section, moving image 1 into the primary slot and image 0 into
822822the secondary slot. If the boot status indicates that an image part is present
@@ -852,7 +852,7 @@ an image:
852852As indicated above, the final step of the integrity check is signature
853853verification. The boot loader can have one or more public keys embedded in it
854854at build time. During signature verification, the boot loader verifies that an
855- image was signed with a private key that corresponds to the embedded keyhash
855+ image was signed with a private key that corresponds to the embedded KEYHASH
856856TLV.
857857
858858For information on embedding public keys in the boot loader, as well as
0 commit comments