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