Skip to content

Commit efe82b7

Browse files
committed
fix typeo
1 parent af2fa2e commit efe82b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ bool DynamicLoaderDarwin::UseDYLDSPI(Process *process) {
12401240
use_new_spi_interface = false;
12411241
}
12421242

1243-
// Corefiles cannot use the dyld SPI to get the inferior's
1243+
// Corefiles cannot use the libdyld SPI to get the inferior's
12441244
// binaries, we must find it through metadata or a scan
12451245
// of the corefile memory.
12461246
if (!process->IsLiveDebugSession())

0 commit comments

Comments
 (0)