From 50319850343dfe534939ee6b38507d5a8fc44b50 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 22 Feb 2006 01:27:02 -0800 Subject: [PATCH] rev-list.c: fix non-grammatical comments. Signed-off-by: Junio C Hamano --- rev-list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rev-list.c b/rev-list.c index f2d1105ca..ee5f15ae4 100644 --- a/rev-list.c +++ b/rev-list.c @@ -255,8 +255,8 @@ static void show_commit_list(struct commit_list *list) die("unknown pending object %s (%s)", sha1_to_hex(obj->sha1), name); } while (objects) { - /* An object with name "foo\n0000000000000000000000000000000000000000" - * can be used confuse downstream git-pack-objects very badly. + /* An object with name "foo\n0000000..." can be used to + * confuse downstream git-pack-objects very badly. */ const char *ep = strchr(objects->name, '\n'); if (ep) { -- 2.30.2