Skip to content

Commit 4922a85

Browse files
committed
Merge branch 'en/apply-comment-fix'
* en/apply-comment-fix: apply: fix grammar error in comment
2 parents 0ce5a69 + 59caaca commit 4922a85

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
@@ -4056,7 +4056,7 @@ static int preimage_oid_in_gitlink_patch(struct patch *p, struct object_id *oid)
40564056
return get_oid_hex(p->old_sha1_prefix, oid);
40574057
}
40584058

4059-
/* Build an index that contains the just the files needed for a 3way merge */
4059+
/* Build an index that contains just the files needed for a 3way merge */
40604060
static int build_fake_ancestor(struct apply_state *state, struct patch *list)
40614061
{
40624062
struct patch *patch;

0 commit comments

Comments
 (0)