From: Giuseppe Bilotta Date: Wed, 9 Sep 2015 13:33:18 +0000 (+0200) Subject: apply: comment grammar fix X-Git-Tag: v2.6.0-rc2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fcadc3b6c815757c8694df331e526fcbc4caaea;p=thirdparty%2Fgit.git apply: comment grammar fix Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- diff --git a/builtin-apply.c b/builtin-apply.c index 39dc96ae02..8d5bb368d7 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -458,7 +458,7 @@ static int guess_p_value(const char *nameline) } /* - * Does the ---/+++ line has the POSIX timestamp after the last HT? + * Does the ---/+++ line have the POSIX timestamp after the last HT? * GNU diff puts epoch there to signal a creation/deletion event. Is * this such a timestamp? */