From ab051153f7c06ff4c14f16d577795367844b3c59 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 14 Jul 2021 13:27:16 -0700 Subject: [PATCH] Fixed minor typo in Makefile comment. --- hacks/NEDsim/ned_programs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacks/NEDsim/ned_programs/Makefile b/hacks/NEDsim/ned_programs/Makefile index 3eac6b9..81505d8 100644 --- a/hacks/NEDsim/ned_programs/Makefile +++ b/hacks/NEDsim/ned_programs/Makefile @@ -9,7 +9,7 @@ # To keep the rules simple, since we are dealing with six different file # extensions, NED_EMBED is defined with no suffix, leaving the suffix to be -# hardcoded in each step as appropriate and simplying the make target list. +# hardcoded in each step as appropriate and simplifying the make target list. .SUFFIXES: .ned_asm NED_SRC != ls *.ned_asm NED_EMBED := $(NED_SRC:.ned_asm=) -- 2.20.1