Skip to content

Commit c0d909a

Browse files
committed
Delete control character from comment. (NFC)
1 parent 8ee2d16 commit c0d909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Expression/DWARFExpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ bool DWARFExpression::Evaluate(
933933
Value tmp;
934934
uint32_t reg_num;
935935

936-
/// Insertion point for evaluating multi-piece expression.
936+
/// Insertion point for evaluating multi-piece expression.
937937
uint64_t op_piece_offset = 0;
938938
Value pieces; // Used for DW_OP_piece
939939

0 commit comments

Comments
 (0)