From d65c51b0c6bb83a19189a4ff0bace1cbc8345411 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:12:02 +0100 Subject: [PATCH] apps/platform/bin/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- platform/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/bin/Makefile b/platform/bin/Makefile index 78e330377..f3a01b1ea 100644 --- a/platform/bin/Makefile +++ b/platform/bin/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# libc/bin/Makefile +# apps/platform/bin/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with