From ddf3e5eca3f30308913be651ea339198b67188d4 Mon Sep 17 00:00:00 2001 From: hanzj Date: Thu, 28 May 2026 21:18:44 +0800 Subject: [PATCH] system/lzf: Fix missing space in Kconfig help text. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a missing space in the Kconfig help text for SYSTEM_LZF: 'Enable theLZF' → 'Enable the LZF'. Signed-off-by: Zepp-Hanzj Signed-off-by: hanzj --- system/lzf/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/lzf/Kconfig b/system/lzf/Kconfig index dad84b9a27b..8979451693b 100644 --- a/system/lzf/Kconfig +++ b/system/lzf/Kconfig @@ -8,7 +8,7 @@ config SYSTEM_LZF default n depends on LIBC_LZF ---help--- - Enable theLZF compression tool + Enable the LZF compression tool if SYSTEM_LZF