Skip to content

Commit cae9dac

Browse files
Update lldb/source/Plugins/Process/mach-core/RegisterContextUnifiedCore.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent be740fe commit cae9dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RegisterContextUnifiedCore::RegisterContextUnifiedCore(
111111
bitsize))
112112
return false;
113113
if (!ent->GetAsDictionary()->GetValueForKeyAsInteger("value", value)) {
114-
// we had a bitsize but no value, so move the offset forward I guess.
114+
// We had a bitsize but no value, so move the offset forward I guess.
115115
offset += (bitsize / 8);
116116
return false;
117117
}

0 commit comments

Comments
 (0)