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

> Signed-off-by: Ian Liu Rodrigues <ian.li...@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.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to