diff options
author | Ian Liu Rodrigues <ian.liu88@gmail.com> | 2014-09-13 11:20:22 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-15 12:00:52 -0700 |
commit | 3b2c5413c90bafe0763b527b01da83712c856cf6 (patch) | |
tree | 432a3b4f469111f665fc1fd191ccdd9077a223ad /Makefile | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-3b2c5413c90bafe0763b527b01da83712c856cf6.tar.xz |
Makefile: fix some typos in the preamble
Signed-off-by: Ian Liu Rodrigues <ian.liu88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |