Skip to content

Commit 29220c9

Browse files
authored
Fix typo (#172)
1 parent eecdb3d commit 29220c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pe-parser-library/src/parse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ bool parse_resource_table(bounded_buffer *sectionData,
728728
} else {
729729
/* .rsrc can accomodate up to 2**31 levels, but Windows only uses 3 by
730730
* convention. As such, any depth above 3 indicates potentially unchecked
731-
* recusion. See:
731+
* recursion. See:
732732
* https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format#the-rsrc-section
733733
*/
734734

0 commit comments

Comments
 (0)