1
0
mirror of https://github.com/git/git.git synced 2024-10-19 17:38:39 +02:00

merge-recursive: Fix typo

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren 2010-08-17 17:52:27 -06:00 committed by Junio C Hamano
parent dd5685818b
commit a3e4136754

@ -1021,7 +1021,7 @@ static int process_renames(struct merge_options *o,
sha_eq(mfi.sha, ren1->pair->two->sha1) &&
mfi.mode == ren1->pair->two->mode) {
/*
* This messaged is part of
* This message is part of
* t6022 test. If you change
* it update the test too.
*/