From 5cb5f7405dc7d5fcea2b53915bd0abe42e5376c4 Mon Sep 17 00:00:00 2001 From: Adam Kondraciuk Date: Tue, 21 May 2024 18:31:36 +0200 Subject: [PATCH] arch: arm: cortex_m: pm_s2ram: Minor typo fix Fix typo in `PM_S2RAM_CUSTOM_MARKING` description. Signed-off-by: Adam Kondraciuk --- subsys/pm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/pm/Kconfig b/subsys/pm/Kconfig index 7ed79e3d64d7f7a..bf69f7780810d60 100644 --- a/subsys/pm/Kconfig +++ b/subsys/pm/Kconfig @@ -42,7 +42,7 @@ config PM_S2RAM_CUSTOM_MARKING depends on PM_S2RAM help By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling - this option allows custom implementation of functions which handles the marking. + this option allows custom implementation of functions which handle the marking. config PM_NEED_ALL_DEVICES_IDLE bool "System Low Power Mode Needs All Devices Idle"