From 9ced459b09f39d94b8770817ae4c78f520c2a679 Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Wed, 17 May 2023 14:50:57 +0200 Subject: [PATCH] boot: zephyr: fix s/junping/jumping/ typo Fix typo in Kconfig help text by s/junping/jumping/. Signed-off-by: Marcin Niestroj --- boot/zephyr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 67ac4a66..8a73728a 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig @@ -149,7 +149,7 @@ config MCUBOOT_CLEANUP_ARM_CORE default y help This option instructs MCUboot to perform a clean-up of a set of - architecture core HW registers before junping to the application + architecture core HW registers before jumping to the application firmware. The clean-up sets these registers to their warm-reset values as specified by the architecture.