Skip to content

Commit

Permalink
doc: fix a typo in elf/section_header (m4b#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
srayuws authored and ideeockus committed Jul 29, 2024
1 parent e5b7100 commit 86da496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elf/section_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ if_alloc! {
}

impl SectionHeader {
/// Return the size of the underlying program header, given a `container`
/// Return the size of the underlying section header, given a `Ctx`
#[inline]
pub fn size(ctx: Ctx) -> usize {
use scroll::ctx::SizeWith;
Expand Down

0 comments on commit 86da496

Please sign in to comment.