summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/diff_tform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_tform.c b/src/diff_tform.c
index ab43a3a14..cabcd1f80 100644
--- a/src/diff_tform.c
+++ b/src/diff_tform.c
@@ -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) ||