Skip to content

Commit c92b061

Browse files
authored
are->is
1 parent 9eb196d commit c92b061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/obj/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ fn map_relocations(
433433
}
434434

435435
fn perform_data_flow_analysis(obj: &mut Object, config: &DiffObjConfig) -> Result<()> {
436-
// If either of these settings are off, no flow analysis to perform
436+
// If either of these settings is off, no flow analysis to perform
437437
if !config.analyze_data_flow || !config.ppc_calculate_pool_relocations {
438438
return Ok(());
439439
}

0 commit comments

Comments
 (0)