From 4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 7 Oct 2015 10:11:10 +0000 Subject: Fix minor typos in comments. llvm-svn: 249533 --- lldb/source/Commands/CommandObjectExpression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectExpression.cpp') diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 980d11cb1cf..3dd962b413b 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -302,7 +302,7 @@ CommandObjectExpression::EvaluateExpression // If the language was not specified in the expression command, // set it to the language in the target's properties if - // specified, else default to the langage for the frame. + // specified, else default to the language for the frame. if (m_command_options.language != eLanguageTypeUnknown) options.SetLanguage(m_command_options.language); else if (target->GetLanguage() != eLanguageTypeUnknown) -- cgit v1.2.3