summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTranslate.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-06-09 07:57:51 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-06-09 07:57:51 +0000
commit59817b1d561e66152a815ef6ca9726bc8e5c69af (patch)
tree4a6a1b1b621da9f517d4a14891d1a475ce9e3941 /lldb/source/Commands/CommandObjectTranslate.cpp
parentebb81beb1e83471c200b87a67d889f2c50383be6 (diff)
downloadbcm5719-llvm-59817b1d561e66152a815ef6ca9726bc8e5c69af.tar.gz
bcm5719-llvm-59817b1d561e66152a815ef6ca9726bc8e5c69af.zip
More minor build fixes.
llvm-svn: 105706
Diffstat (limited to 'lldb/source/Commands/CommandObjectTranslate.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectTranslate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTranslate.cpp b/lldb/source/Commands/CommandObjectTranslate.cpp
index 48a10626c8d..88f5327e84b 100644
--- a/lldb/source/Commands/CommandObjectTranslate.cpp
+++ b/lldb/source/Commands/CommandObjectTranslate.cpp
@@ -59,7 +59,7 @@ CommandObjectTranslate::Execute
}
else
{
- result.AppendErrroWithFormat
+ result.AppendErrorWithFormat
("'%s' is not a known command.\nTry 'help' to see a current list of commands.\n",
command.GetArgumentAtIndex(0));
result.SetStatus (eReturnStatusFailed);
OpenPOWER on IntegriCloud