From a3c0272674a290dcd8c7c7d95bf21c83be9b659a Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:46:26 +0200 Subject: [PATCH] arch/arm64: nxstyle fix Relative files path - fix Relative file path does not match actual file. Signed-off-by: simbit18 --- 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