]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ir/makefile-typofix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Sep 2014 18:38:41 +0000 (11:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Sep 2014 18:38:41 +0000 (11:38 -0700)
* ir/makefile-typofix:
  Makefile: fix some typos in the preamble

Makefile

index d8284bd309663134562a127370e7d95579d4ead9..f34a2d4cb82a907c2a1a9a8d760cfd3a1788f6e3 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.