From 826b95a377abda13007108dcd5e1ab7b5bc84237 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:22:49 +0100 Subject: [PATCH] apps/examples/posix_spawn/filesystem/hello/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/posix_spawn/filesystem/hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/posix_spawn/filesystem/hello/Makefile b/examples/posix_spawn/filesystem/hello/Makefile index 0feee90e1..f98419b37 100644 --- a/examples/posix_spawn/filesystem/hello/Makefile +++ b/examples/posix_spawn/filesystem/hello/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/elf/tests/hello/Makefile +# apps/examples/posix_spawn/filesystem/hello/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with