summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-19 18:38:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-19 18:38:41 (GMT)
commit05fcf66b74309ab15617dbcf59be9a436f92c5ad (patch)
tree0e4d37ef82f4dd086eaef0a2017cb5bc384846ea /Makefile
parent74d159a4edfb757de400f1023410fd88e4111aa1 (diff)
parent3b2c5413c90bafe0763b527b01da83712c856cf6 (diff)
downloadgit-05fcf66b74309ab15617dbcf59be9a436f92c5ad.zip
git-05fcf66b74309ab15617dbcf59be9a436f92c5ad.tar.gz
git-05fcf66b74309ab15617dbcf59be9a436f92c5ad.tar.bz2
Merge branch 'ir/makefile-typofix'
* ir/makefile-typofix: Makefile: fix some typos in the preamble
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8284bd..f34a2d4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,11 @@ all::
# Define INLINE to a suitable substitute (such as '__inline' or '') if git
# fails to compile with errors about undefined inline functions or similar.
#
-# Define SNPRINTF_RETURNS_BOGUS if your are on a system which snprintf()
+# Define SNPRINTF_RETURNS_BOGUS if you are on a system which snprintf()
# or vsnprintf() return -1 instead of number of characters which would
# have been written to the final string if enough space had been available.
#
-# Define FREAD_READS_DIRECTORIES if your are on a system which succeeds
+# Define FREAD_READS_DIRECTORIES if you are on a system which succeeds
# when attempting to read from an fopen'ed directory.
#
# Define NO_OPENSSL environment variable if you do not have OpenSSL.