Fix typo: fucntion -> function

llvm-svn: 132965
This commit is contained in:
Peter Collingbourne 2011-06-14 03:55:29 +00:00
parent 34a425b075
commit 91322f1938
1 changed files with 1 additions and 1 deletions

View File

@ -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,