mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 <Zepp-Hanzj@users.noreply.github.com> Signed-off-by: hanzj <hanzjian@zepp.com>
This commit is contained in:
parent
c0fc208202
commit
07647d3fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue