Skip to content

Commit 35fa46a

Browse files
committed
Improve comment
1 parent 9d955a6 commit 35fa46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectDWIMPrint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void CommandObjectDWIMPrint::DoExecute(StringRef command,
9393

9494
StackFrame *frame = m_exe_ctx.GetFramePtr();
9595

96-
// Either Swift was explicitly specified, or the frame is Swift.
96+
// Either the language was explicitly specified, or we check the frame.
9797
lldb::LanguageType language = m_expr_options.language;
9898
if (language == lldb::eLanguageTypeUnknown && frame)
9999
language = frame->GuessLanguage().AsLanguageType();

0 commit comments

Comments
 (0)