We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb196d commit c92b061Copy full SHA for c92b061
objdiff-core/src/obj/read.rs
@@ -433,7 +433,7 @@ fn map_relocations(
433
}
434
435
fn perform_data_flow_analysis(obj: &mut Object, config: &DiffObjConfig) -> Result<()> {
436
- // If either of these settings are off, no flow analysis to perform
+ // If either of these settings is off, no flow analysis to perform
437
if !config.analyze_data_flow || !config.ppc_calculate_pool_relocations {
438
return Ok(());
439
0 commit comments