This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit e8d308658d4a33b26ed21818299951b73daf2695 Author: dongjiuzhu1 <dongjiuz...@xiaomi.com> AuthorDate: Wed May 14 12:26:37 2025 +0800 libc/misc: fix typo error about misc/Kconfig nuttx/libs/libc/misc/Kconfig:96: differents ==> different, difference Signed-off-by: dongjiuzhu1 <dongjiuz...@xiaomi.com> --- libs/libc/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/misc/Kconfig b/libs/libc/misc/Kconfig index 18453bed91..777e49b973 100644 --- a/libs/libc/misc/Kconfig +++ b/libs/libc/misc/Kconfig @@ -93,7 +93,7 @@ config LIBC_UNAME_DISABLE_TIMESTAMP ---help--- Currently uname command will print the timestamp when the binary was built, and it generates an issue - because two identical built binaries will have differents + because two identical built binaries will have different hashes/CRC. choice