]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: fix some typos in the preamble
authorIan Liu Rodrigues <ian.liu88@gmail.com>
Sat, 13 Sep 2014 14:20:22 +0000 (11:20 -0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2014 19:00:52 +0000 (12:00 -0700)
Signed-off-by: Ian Liu Rodrigues <ian.liu88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 9f984a9e5561d6b67b453124a311963ae8845f6d..496af55a9ee83edf560e5ae299e3a0425520c0cc 100644 (file)
--- 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.