Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2015-09-09 16:33:18 +0300
committerJunio C Hamano <gitster@pobox.com>2015-09-09 20:21:43 +0300
commit5fcadc3b6c815757c8694df331e526fcbc4caaea (patch)
tree8bdd8e0e0fb789d5bfdefc0a57b7d35d9dee8795
parentc4593faf2df8f9c5e8ac409e40be991294a73e54 (diff)
apply: comment grammar fix
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--builtin-apply.c2
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?
*/