summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-06-14 03:55:29 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-06-14 03:55:29 +0000
commit91322f1938427bda82b4cd7b095f747b72c46f50 (patch)
treee413e25090140cc8108378b6a5853b153d7d6894 /lldb/source/Commands/CommandObjectThread.cpp
parent34a425b075496b58f23ee9cb7c436163bf65295b (diff)
downloadbcm5719-llvm-91322f1938427bda82b4cd7b095f747b72c46f50.tar.gz
bcm5719-llvm-91322f1938427bda82b4cd7b095f747b72c46f50.zip
Fix typo: fucntion -> function
llvm-svn: 132965
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp
index 806861976bf..c8dd1a1a9e6 100644
--- a/lldb/source/Commands/CommandObjectThread.cpp
+++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -1244,7 +1244,7 @@ CommandObjectMultiwordThread::CommandObjectMultiwordThread (CommandInterpreter &
LoadSubCommand ("step-out", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope (
interpreter,
"thread step-out",
- "Finish executing the current fucntion and return to its call site in specified thread (current thread, if none specified).",
+ "Finish executing the current function and return to its call site in specified thread (current thread, if none specified).",
NULL,
eFlagProcessMustBeLaunched | eFlagProcessMustBePaused,
eStepTypeOut,
OpenPOWER on IntegriCloud