From 16d089f637f6d910a43d82dc33a3f61a744cd5a5 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 8 Feb 2023 21:06:10 -0800 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 81505d8..8bc48af 100644 --- a/hacks/NEDsim/ned_programs/Makefile +++ b/hacks/NEDsim/ned_programs/Makefile @@ -28,7 +28,7 @@ NED_OBJDUMP = ned1objdump # Targets ################################################################################ -# Since nedasm and nedobjcopy do not overwrite existing files, include target +# Since nedasm and nedobjcopy will not overwrite existing files, include target # `clean` as a preq. all: clean $(NED_EMBED) # Build an #include guard around the C declarations of the binary blobs. -- 2.20.1