summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-10-07 10:11:10 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-10-07 10:11:10 +0000
commit4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac (patch)
tree2ca296efacda1504424593384ff26c930f24c164 /lldb/source/Commands/CommandObjectExpression.cpp
parentdadb58b466123aef94cf58a534cbc82affebea04 (diff)
downloadbcm5719-llvm-4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac.tar.gz
bcm5719-llvm-4d31a482bb90969a9f8ef12f3a7b00dd5b4f64ac.zip
Fix minor typos in comments.
llvm-svn: 249533
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.cpp2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud