Skip to content

Commit

Permalink
fix typo (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bostick authored Jul 20, 2023
1 parent ac6a07b commit a5eaa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pe-parser-library/src/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ bool parse_resource_table(bounded_buffer *sectionData,
}
}
} else {
/* .rsrc can accomodate up to 2**31 levels, but Windows only uses 3 by
/* .rsrc can accommodate up to 2**31 levels, but Windows only uses 3 by
* convention. As such, any depth above 3 indicates potentially unchecked
* recursion. See:
* https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format#the-rsrc-section
Expand Down

0 comments on commit a5eaa67

Please sign in to comment.