summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 357b35f..291edc8 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ name2 = $(call spec2,$1,$(foreach name,$2,$($(name))))
specs_for = $(strip $(foreach t,$1,$(filter $t|%,$(if $2,$2,$(specs)))))
-# These are equivalent to the same functions in GSML
+# These are equivalent to the same functions in GMSL
rest = $(wordlist 2,$(words $1),$1)
merge = $(firstword $2)$(if $(call rest,$2),$1$(call merge,$1,$(call rest,$2)))