apply: fix grammar error in comment

Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elijah Newren committed Jun 6, 2018 at 22:05 UTC 59caacab2af42ab28956a0cdf0489155471f6a18
1 file changed +1 -1
apply.c
+1 -1
@@ -4055,7 +4055,7 @@ static int preimage_oid_in_gitlink_patch(struct patch *p, struct object_id *oid)
4055 return get_oid_hex(p->old_sha1_prefix, oid);
4056 }
4057
4058 -/* Build an index that contains the just the files needed for a 3way merge */
4058 +/* Build an index that contains just the files needed for a 3way merge */
4059 static int build_fake_ancestor(struct apply_state *state, struct patch *list)
4060 {
4061 struct patch *patch;