Skip to content

Commit 4b00235

Browse files
de-nordicCopilot
andauthored
Update boot/bootutil/src/bootutil_misc.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 00b8c08 commit 4b00235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/bootutil/src/bootutil_misc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ boot_initialize_area(struct boot_loader_state *state, int flash_area)
756756

757757
#else /* defined(MCUBOOT_LOGICAL_SECTOR_SIZE) && MCUBOOT_LOGICAL_SECTOR_SIZE != 0 */
758758
#if defined(MCUBOOT_LOGICAL_SECTOR_VALIDATION)
759-
/* Validation can only run once all flash areaa area open and pointers to
760-
* flash area objects area stored in state.
759+
/* Validation can only run once all flash areas are open and pointers to
760+
* flash area objects are stored in state.
761761
*/
762762
static int
763763
boot_validate_logical_sectors(const struct boot_loader_state *state, int faid, const struct flash_area *fa)

0 commit comments

Comments
 (0)