summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-12-14 20:38:58 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-12-14 20:38:58 +0000
commit78ae27064a8e00e21116c6ab74e22ae9be88b469 (patch)
tree626524753347d78c5f703e40928c68b3f10984f3 /lldb/source
parent20ae1dbfd12faaa55c670900da7924baa4e53a5b (diff)
downloadbcm5719-llvm-78ae27064a8e00e21116c6ab74e22ae9be88b469.tar.gz
bcm5719-llvm-78ae27064a8e00e21116c6ab74e22ae9be88b469.zip
Fixed a typo.
llvm-svn: 170239
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Commands/CommandObjectType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp
index faea9615895..200332b34ac 100644
--- a/lldb/source/Commands/CommandObjectType.cpp
+++ b/lldb/source/Commands/CommandObjectType.cpp
@@ -828,7 +828,7 @@ public:
ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter();
if (!interpreter)
{
- out_stream->Printf ("no script interprter.\n");
+ out_stream->Printf ("no script interpreter.\n");
out_stream->Flush();
return;
}
OpenPOWER on IntegriCloud