Fixed minor typo in Makefile comment.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 9 Feb 2023 05:06:10 +0000 (21:06 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 9 Feb 2023 05:06:10 +0000 (21:06 -0800)
hacks/NEDsim/ned_programs/Makefile

index 81505d8..8bc48af 100644 (file)
@@ -28,7 +28,7 @@ NED_OBJDUMP = ned1objdump
 # Targets
 ################################################################################
 
 # 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.
 # `clean` as a preq.
 all: clean $(NED_EMBED)
        # Build an #include guard around the C declarations of the binary blobs.