Skip to content

Commit e7a9d47

Browse files
committed
rm sp
1 parent 6e1f6f0 commit e7a9d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ void ProcessMachCore::LoadBinariesViaExhaustiveSearch() {
429429
// To do an exhaustive search, we'll need to create data extractors
430430
// to get correctly sized/endianness fields. If we had a main binary
431431
// already, we would have set the Target to that - so here we'll use
432-
// the corefile's cputype/cpusubtype as the best guess.
432+
// the corefile's cputype/cpusubtype as the best guess.
433433
if (!GetTarget().GetArchitecture().IsValid()) {
434434
// The corefile's architecture is our best starting point.
435435
ArchSpec arch(m_core_module_sp->GetArchitecture());

0 commit comments

Comments
 (0)