Clarify comment

pull/579/head^2
Wilfred Hughes 2023-11-28 11:34:45 +07:00
parent e96c9463a0
commit 08853fa9b6
1 changed files with 1 additions and 1 deletions

@ -500,7 +500,7 @@ fn diff_file_content(
None => FileFormat::PlainText,
};
// If the two files are completely identical, return early
// If the two files are byte-for-byte identical, return early
// rather than doing any more work.
return DiffResult {
extra_info,