diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2015-09-09 15:33:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-09 19:21:43 +0200 |
commit | 5fcadc3b6c815757c8694df331e526fcbc4caaea (patch) | |
tree | 8bdd8e0e0fb789d5bfdefc0a57b7d35d9dee8795 /builtin-apply.c | |
parent | apply: notice creation/removal patches produced by GNU diff (diff) | |
download | git-5fcadc3b6c815757c8694df331e526fcbc4caaea.tar.xz git-5fcadc3b6c815757c8694df331e526fcbc4caaea.zip |
apply: comment grammar fix
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | builtin-apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
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? */ |