diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 15:09:53 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-04 15:09:53 -0500 |
commit | a7118bcb1d3f99b33a9849c1a16d7c7aca0d3c75 (patch) | |
tree | c248859604b276737a13a64cd92185417d34d85f | |
parent | 38180bc0c5d2e3c606bcd04c5b134594a08b2584 (diff) |
Fix typo in a comment
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |