Skip to content

Commit cc07830

Browse files
authored
Update lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
1 parent 7e40f45 commit cc07830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ llvm::Expected<int> ScriptInterpreterPythonImpl::GetIndexOfChildWithName(
20412041
const StructuredData::ObjectSP &implementor_sp, const char *child_name) {
20422042
if (!implementor_sp)
20432043
return llvm::createStringError(
2044-
"'SyntheticChildrenFrontEnd::ScriptInterpreterPythonImpl' cannot find "
2044+
"'ScriptInterpreterPythonImpl' cannot find "
20452045
"index of child '%s'. Invalid implementor (implementor_sp='%p').",
20462046
child_name, implementor_sp.get());
20472047

0 commit comments

Comments
 (0)