Skip to content

Commit 50d9ce8

Browse files
committed
Undo unrelated comment change
1 parent 46ce2bf commit 50d9ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class DWARFDebugLine {
7878
/// The maximum number of individual operations that may be encoded in an
7979
/// instruction.
8080
uint8_t MaxOpsPerInst;
81-
/// The initial value of the is_stmt register.
81+
/// The initial value of theis_stmtregister.
8282
uint8_t DefaultIsStmt;
8383
/// This parameter affects the meaning of the special opcodes. See below.
8484
int8_t LineBase;

0 commit comments

Comments
 (0)