summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-20 22:57:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-20 22:57:07 -0400
commit531de540e9a4df428b6640fd4c57e544fc48dbd6 (patch)
treee9cdfa6767af1010de8e80cf3805e0b6fc4fc7f5 /Makefile
parent982e2b92040e7862a569b7ae3a877c35d861255b (diff)
fix grammar mistake in comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2f9331..23ec154 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ extract: PHONY $(foreach package,$(packages),build/extract/$(shell utils/spec2fi
# `%`/`$*`. We could do that with `.SECONDEXPANSION:`, but that is a
# whole can of worms. Instead, we use a foreach loop to loop over all
# possibilities. `svn` doesn't have this issue, because, unlike `git`
-# and `tar`, it's `extra` component is present in `build/download`.
+# and `tar`, its `extra` component is present in `build/download`.
build/extract/git/%: # magic foreach loop
gitref='$(shell utils/file2extra 'git/$*'|cut -d/ -f1)' && \