diff options
author | Caroline Tice <ctice@apple.com> | 2010-09-07 22:38:08 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-09-07 22:38:08 +0000 |
commit | 3f4c09c1c3c5a48c7ca4db68e0a47459096bc190 (patch) | |
tree | e351a59d200c6e5059a47aa55c9457838416f399 /lldb/source/Commands/CommandObjectExpression.h | |
parent | 88628e97381ccc696e7fbf17c0380590970609c2 (diff) | |
download | bcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.tar.gz bcm5719-llvm-3f4c09c1c3c5a48c7ca4db68e0a47459096bc190.zip |
Small help text fixes, to make it more consistent and accurate.
Temporarily remove -l option from 'expr' command (at Sean's request).
llvm-svn: 113298
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index a466167e058..f4805634c4b 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -46,7 +46,7 @@ public: // Options table: Required for subclasses of Options. static lldb::OptionDefinition g_option_table[]; - Language language; + //Language language; lldb::Encoding encoding; lldb::Format format; bool debug; |