Skip to content

Commit c29ffe6

Browse files
committed
reflow comment
1 parent cdd6f1d commit c29ffe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Process/mach-core/RegisterContextUnifiedCore.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ RegisterContextUnifiedCore::RegisterContextUnifiedCore(
9595
}
9696

9797
// Set 'offset' fields for each register definition into our combined
98-
// register data buffer. DynamicRegisterInfo needs
99-
// this field set to parse the JSON.
98+
// register data buffer. DynamicRegisterInfo needs this field set to
99+
// parse the JSON.
100100
// Also copy the values of the registers into our register data buffer.
101101
if (metadata_registers_dict) {
102102
size_t offset = core_buffer_end;

0 commit comments

Comments
 (0)