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