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 3208519f937499e536bdb6abac1d6e0a12be75ab Author: simbit18 <[email protected]> AuthorDate: Thu May 18 10:24:45 2023 +0200 libs/libm/kbin/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- libs/libm/kbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libm/kbin/Makefile b/libs/libm/kbin/Makefile index 5933968a81..4e2655b352 100644 --- a/libs/libm/kbin/Makefile +++ b/libs/libm/kbin/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# libs/libc/kbin/Makefile +# libs/libm/kbin/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with
