mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
Fix incorrect comment
This commit is contained in:
parent
397357a048
commit
f5c4d02251
@ -512,7 +512,7 @@ static int similarity_measure(
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* check if file sizes too small or nowhere near each other */
|
||||
/* check if file sizes are nowhere near each other */
|
||||
if (a_file->size > 127 &&
|
||||
b_file->size > 127 &&
|
||||
(a_file->size > (b_file->size << 4) ||
|
||||
|
Loading…
Reference in New Issue
Block a user