Skip to content

Commit

Permalink
doc: fix a typo in elf/section_header (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
srayuws committed Apr 1, 2024
1 parent ff22089 commit 40d5816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elf/section_header.rs
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 40d5816

Please sign in to comment.