Skip to content

Commit 48330f6

Browse files
committed
[LLDB] fix typo
1 parent 35685da commit 48330f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3192,7 +3192,7 @@ lldb::TypeSystemSP SwiftASTContext::CreateInstance(
31923192
{
31933193
auto ast_context = swift_ast_sp->GetASTContext();
31943194
if (!ast_context) {
3195-
logError("couldn't initialize Swift cxompiler");
3195+
logError("couldn't initialize Swift compiler");
31963196
return {};
31973197
}
31983198

0 commit comments

Comments
 (0)