summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2015-09-09 15:33:18 +0200
committerJunio C Hamano <gitster@pobox.com>2015-09-09 10:21:43 -0700
commit5fcadc3b6c815757c8694df331e526fcbc4caaea (patch)
tree8bdd8e0e0fb789d5bfdefc0a57b7d35d9dee8795
parentc4593faf2df8f9c5e8ac409e40be991294a73e54 (diff)
downloadgit-gb/apply-comment-typofix.tar.gz
apply: comment grammar fixgb/apply-comment-typofix
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?
*/