All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: fix some typos in the preamble
@ 2014-09-13 14:20 Ian Liu Rodrigues
  2014-09-15 18:58 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Liu Rodrigues @ 2014-09-13 14:20 UTC (permalink / raw)
  To: git; +Cc: gitster

Signed-off-by: Ian Liu Rodrigues <ian.liu88@gmail.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 9f984a9..496af55 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.
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: fix some typos in the preamble
  2014-09-13 14:20 [PATCH] Makefile: fix some typos in the preamble Ian Liu Rodrigues
@ 2014-09-15 18:58 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-09-15 18:58 UTC (permalink / raw)
  To: Ian Liu Rodrigues; +Cc: git

Ian Liu Rodrigues <ian.liu88@gmail.com> writes:

> Signed-off-by: Ian Liu Rodrigues <ian.liu88@gmail.com>
> ---
>  Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 9f984a9..496af55 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

The change is correct but I wonder if "which snprintf()" should be
"whose snprintf()".

>  # 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.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-15 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-13 14:20 [PATCH] Makefile: fix some typos in the preamble Ian Liu Rodrigues
2014-09-15 18:58 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.