We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305c36a commit 824e6f6Copy full SHA for 824e6f6
src/ELF/ELFHandle.jl
@@ -81,7 +81,7 @@ format_string(::Type{H}) where {H <: ELFHandle} = "ELF"
81
82
# The section entry at index 0 is SHN_UNDEF of section type SHT_NULL. It is not
83
# a real section and may actually contain extension data. Do not return it to
84
-# avoid confusion clients
+# avoid confusing clients
85
section_header_offset(oh::ELFHandle) = header(oh).e_shoff + section_header_size(oh)
86
section_header_size(oh::ELFHandle) = header(oh).e_shentsize
87
function section_header_type(oh::H) where {H <: ELFHandle}
0 commit comments