From: Elijah Newren Date: Thu, 7 Jun 2018 05:05:25 +0000 (-0700) Subject: apply: fix grammar error in comment X-Git-Tag: v2.19.0-rc0~140^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59caacab2af42ab28956a0cdf0489155471f6a18;p=thirdparty%2Fgit.git apply: fix grammar error in comment Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/apply.c b/apply.c index 959c457910..9ee41ff3eb 100644 --- a/apply.c +++ b/apply.c @@ -4055,7 +4055,7 @@ static int preimage_oid_in_gitlink_patch(struct patch *p, struct object_id *oid) return get_oid_hex(p->old_sha1_prefix, oid); } -/* Build an index that contains the just the files needed for a 3way merge */ +/* Build an index that contains just the files needed for a 3way merge */ static int build_fake_ancestor(struct apply_state *state, struct patch *list) { struct patch *patch;