This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a3c0272674a290dcd8c7c7d95bf21c83be9b659a Author: simbit18 <[email protected]> AuthorDate: Sun Jul 26 20:46:26 2026 +0200 arch/arm64: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 <[email protected]> --- arch/arm64/src/cmake/elf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/src/cmake/elf.cmake b/arch/arm64/src/cmake/elf.cmake index 92e175ddfe0..2c0550f969e 100644 --- a/arch/arm64/src/cmake/elf.cmake +++ b/arch/arm64/src/cmake/elf.cmake @@ -1,5 +1,5 @@ # ############################################################################## -# arch/arm/src/cmake/elf.cmake +# arch/arm64/src/cmake/elf.cmake # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for
