Skip to content

Commit ac3dd9a

Browse files
de-nordicCopilot
andauthored
Update boot/bootutil/src/image_validate.c
Co-authored-by: Copilot <[email protected]>
1 parent 2825070 commit ac3dd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/bootutil/src/image_validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ bootutil_img_hash(struct boot_loader_state *state,
272272
#endif /* !MCUBOOT_HW_KEY */
273273

274274
#if !defined(MCUBOOT_BYPASS_KEY_MATCH)
275-
/* Find funcitions are only needed when key is checked first */
275+
/* Find functions are only needed when key is checked first */
276276
#if !defined(MCUBOOT_HW_KEY)
277277
static int
278278
bootutil_find_key(uint8_t *keyhash, uint8_t keyhash_len)

0 commit comments

Comments
 (0)