From 5a4a8da820276867d4fd603b3d9e30fe8a547e73 Mon Sep 17 00:00:00 2001 From: WenHao2130 Date: Tue, 1 Jul 2025 12:47:58 +0800 Subject: [PATCH] kernel: Fix typo error Revise the explanation for KSU_MULTI_MANAGER_SUPPORT Change-Id: I097b4e0d1a30c02fadd75d4123c7bcf346782f18 Signed-off-by: WenHao2130 --- kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index fb746af4..a3d61c5f 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -16,7 +16,7 @@ config KSU_DEBUG Enable KernelSU debug mode. config KSU_MULTI_MANAGER_SUPPORT - bool "KernelSU debug mode" + bool "Multi KernelSU manager support" depends on KSU default n help