summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 15:09:53 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 15:09:53 -0500
commita7118bcb1d3f99b33a9849c1a16d7c7aca0d3c75 (patch)
treec248859604b276737a13a64cd92185417d34d85f /Makefile
parent38180bc0c5d2e3c606bcd04c5b134594a08b2584 (diff)
Fix typo in a comment
Diffstat (limited to 'Makefile')
-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)))