Skip to content

Commit e87ea2c

Browse files
committed
Update comment
1 parent 82a5f6b commit e87ea2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

objdiff-core/src/obj/read.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn map_symbol(
5050
let section_name = section.name().context("Failed to process section name")?;
5151
name = format!("[{section_name}]");
5252
// For section symbols, set the size to zero. If the size is non-zero, it will be included
53-
// in the diff. The size inference logic below may set the size back to the section size for
54-
// some sections, thus acting as a placeholder symbol to allow diffing an entire section at
55-
// once.
53+
// in the diff. The size inference logic below will set the size back to the section size
54+
// for data sections, thus acting as a placeholder symbol to allow diffing an entire section
55+
// at once.
5656
size = 0;
5757
}
5858

0 commit comments

Comments
 (0)