Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lzydmxy authored and JackyWoo committed Sep 19, 2024
1 parent ed7562b commit 1c725f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Dwarf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ Dwarf::Attribute Dwarf::readAttribute(const CompilationUnit & cu,
case DW_FORM_ref_sup4:
case DW_FORM_ref_sup8:
case DW_FORM_strp_sup:
SAFE_CHECK(false, "Unexpected DWARF5 supplimentary object files");
SAFE_CHECK(false, "Unexpected DWARF5 supplementary object files");

default:
SAFE_CHECK(false, "invalid attribute form");
Expand Down

0 comments on commit 1c725f0

Please sign in to comment.