From f5c4d0225157a6e15fc08f07aa77b5e8f52cdac5 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Wed, 24 Jul 2013 13:44:35 -0700 Subject: [PATCH] Fix incorrect comment --- src/diff_tform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ||