Skip to content

Commit 824e6f6

Browse files
authored
Update src/ELF/ELFHandle.jl
1 parent 305c36a commit 824e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ELF/ELFHandle.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ format_string(::Type{H}) where {H <: ELFHandle} = "ELF"
8181

8282
# The section entry at index 0 is SHN_UNDEF of section type SHT_NULL. It is not
8383
# a real section and may actually contain extension data. Do not return it to
84-
# avoid confusion clients
84+
# avoid confusing clients
8585
section_header_offset(oh::ELFHandle) = header(oh).e_shoff + section_header_size(oh)
8686
section_header_size(oh::ELFHandle) = header(oh).e_shentsize
8787
function section_header_type(oh::H) where {H <: ELFHandle}

0 commit comments

Comments
 (0)