From: W. Trevor King Date: Mon, 14 Jan 2013 19:26:19 +0000 (-0500) Subject: Makefile: Use `a, b, and c` instead of `a, b and c` in comments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8b6f5a0ed6401c086acd793b74484a3b4b21f568;p=assignment-template.git Makefile: Use `a, b, and c` instead of `a, b and c` in comments --- diff --git a/Makefile b/Makefile index b8b7787..de78857 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ dist: # targets ...: target-pattern: prereq-patterns ... # syntax, see # http://www.gnu.org/software/make/manual/html_node/Static-Usage.html -# For an explanation of $@, $^ and other special variables, see +# For an explanation of $@, $^, and other special variables, see # http://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html # For an explanation of .SECONDEXPANSION, see # http://www.gnu.org/software/make/manual/html_node/Secondary-Expansion.html