diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-09-30 18:16:58 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-30 18:16:58 +0000 |
commit | a9a764e65d91237a9d33ad2a7a6e7fc928a5bdd3 (patch) | |
tree | 0789f4c496258a8212f49ac7b4de9225f892bee9 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | eae9cc6dc7043badf6f1ae359cc04b6efde7900c (diff) | |
download | bcm5719-llvm-a9a764e65d91237a9d33ad2a7a6e7fc928a5bdd3.tar.gz bcm5719-llvm-a9a764e65d91237a9d33ad2a7a6e7fc928a5bdd3.zip |
Fixed 'expr' help message.
llvm-svn: 115185
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 0060a71570a..51ce177d994 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -105,7 +105,7 @@ CommandObjectExpression::CommandOptions::GetDefinitions () CommandObjectExpression::CommandObjectExpression (CommandInterpreter &interpreter) : CommandObject (interpreter, "expression", - "Evaluate an Objective-C++ expression in the current program context, using variables currently in scope.", + "Evaluate a C/ObjC/C++ expression in the current program context, using variables currently in scope.", "expression [<cmd-options>] <expr>"), m_expr_line_count (0), m_expr_lines () |