This is an automated email from the ASF dual-hosted git repository.

cederom pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 07647d3fd system/lzf: Fix missing space in Kconfig help text.
07647d3fd is described below

commit 07647d3fd45a9d21b5baa69df1a5880dec8eacde
Author: hanzj <[email protected]>
AuthorDate: Thu May 28 21:18:44 2026 +0800

    system/lzf: Fix missing space in Kconfig help text.
    
    Fix a missing space in the Kconfig help text for SYSTEM_LZF:
    'Enable theLZF' → 'Enable the LZF'.
    
    Signed-off-by: Zepp-Hanzj <[email protected]>
    Signed-off-by: hanzj <[email protected]>
---
 system/lzf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/lzf/Kconfig b/system/lzf/Kconfig
index dad84b9a2..897945169 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
 

Reply via email to