summaryrefslogtreecommitdiff
path: root/builtin/apply.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-14 18:44:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-14 18:44:44 (GMT)
commite0eeba263c19f0cd2e5ca3cad305d61b2d837a63 (patch)
treee27a2f6efdea0556512a2a5e663495d88eb3fa97 /builtin/apply.c
parent1962994f08e7a193998fd0319f02109ed0153447 (diff)
parent5fcadc3b6c815757c8694df331e526fcbc4caaea (diff)
downloadgit-e0eeba263c19f0cd2e5ca3cad305d61b2d837a63.zip
git-e0eeba263c19f0cd2e5ca3cad305d61b2d837a63.tar.gz
git-e0eeba263c19f0cd2e5ca3cad305d61b2d837a63.tar.bz2
Merge branch 'gb/apply-comment-typofix'
* gb/apply-comment-typofix: apply: comment grammar fix
Diffstat (limited to 'builtin/apply.c')
-rw-r--r--builtin/apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/apply.c b/builtin/apply.c
index 54aba4e..4aa53f7 100644
--- a/builtin/apply.c
+++ b/builtin/apply.c
@@ -785,7 +785,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?
*/