Skip to content

Commit 18707c5

Browse files
committed
Fix a typo.
1 parent 011c2c1 commit 18707c5

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/DWP

1 file changed

+1
-1
lines changed

llvm/include/llvm/DWP/DWP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum OnCuIndexOverflow {
2424

2525
enum Dwarf64StrOffsets {
2626
Disabled, ///< Don't do any conversion of .debug_str_offsets tables.
27-
Enabled, ///< Convert any .debug_str_offsets tables to DWARD64 if needed.
27+
Enabled, ///< Convert any .debug_str_offsets tables to DWARF64 if needed.
2828
Always, ///< Always emit .debug_str_offsets talbes as DWARF64 for testing.
2929
};
3030

0 commit comments

Comments
 (0)