Fixed minor typo in Makefile comment.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 14 Jul 2021 20:27:16 +0000 (13:27 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 14 Jul 2021 20:27:16 +0000 (13:27 -0700)
hacks/NEDsim/ned_programs/Makefile

index 3eac6b9..81505d8 100644 (file)
@@ -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
 
 # 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=)
 .SUFFIXES: .ned_asm
 NED_SRC != ls *.ned_asm
 NED_EMBED := $(NED_SRC:.ned_asm=)