From a7118bcb1d3f99b33a9849c1a16d7c7aca0d3c75 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 4 Mar 2015 15:09:53 -0500 Subject: Fix typo in a comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.2