Skip to content

Commit 59caaca

Browse files
newrengitster
authored andcommitted
apply: fix grammar error in comment
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e333175 commit 59caaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4055,7 +4055,7 @@ static int preimage_oid_in_gitlink_patch(struct patch *p, struct object_id *oid)
40554055
return get_oid_hex(p->old_sha1_prefix, oid);
40564056
}
40574057

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 */
40594059
static int build_fake_ancestor(struct apply_state *state, struct patch *list)
40604060
{
40614061
struct patch *patch;

0 commit comments

Comments
 (0)