Commit f5c4d022 by Russell Belfer

Fix incorrect comment

parent 397357a0
...@@ -512,7 +512,7 @@ static int similarity_measure( ...@@ -512,7 +512,7 @@ static int similarity_measure(
return 0; 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 && if (a_file->size > 127 &&
b_file->size > 127 && b_file->size > 127 &&
(a_file->size > (b_file->size << 4) || (a_file->size > (b_file->size << 4) ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment