Skip to content

Commit

Permalink
Fix typo in second file size per section in diff.
Browse files Browse the repository at this point in the history
Summary: -

Reviewed By: willholen

Differential Revision: D19890137

fbshipit-source-id: ebc917989bb7eb7b8b88e705e011fdd74f65dee9
  • Loading branch information
avp authored and facebook-github-bot committed Feb 13, 2020
1 parent 68c4f20 commit 39a66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hbc-diff/hbc-diff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static ExecutionStatus diffFiles(
llvm::outs() << " (";
printBytes(fileSizes[0][j], llvm::outs(), humanize);
llvm::outs() << " -> ";
printBytes(fileSizes[0][j], llvm::outs(), humanize);
printBytes(fileSizes[1][j], llvm::outs(), humanize);
llvm::outs() << ")\n";
}

Expand Down

0 comments on commit 39a66a2

Please sign in to comment.