From 04c31b820cba62bead761b99561e97ab3ed67571 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:57:54 +0100 Subject: [PATCH] apps/testing/crypto/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- testing/crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/crypto/Makefile b/testing/crypto/Makefile index 95744d030..7f1c44515 100644 --- a/testing/crypto/Makefile +++ b/testing/crypto/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/testing/fstest/Makefile +# apps/testing/crypto/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with