apply: comment grammar fix
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 9 Sep 2015 13:33:18 +0000 (15:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Sep 2015 17:21:43 +0000 (10:21 -0700)
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c
index 39dc96ae0237235eb429b504ec28c9d66c32f4e1..8d5bb368d7849960563cb019c82ca4b693c37e93 100644 (file)
@@ -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?
  */