diff --git a/src/elf/section_header.rs b/src/elf/section_header.rs index a81839eb..bc8f6e4d 100644 --- a/src/elf/section_header.rs +++ b/src/elf/section_header.rs @@ -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;