[Lldb-commits] [lldb] r132965 - /lldb/trunk/source/Commands/CommandObjectThread.cpp

Peter Collingbourne peter at pcc.me.uk
Mon Jun 13 20:55:29 PDT 2011


Author: pcc
Date: Mon Jun 13 22:55:29 2011
New Revision: 132965

URL: http://llvm.org/viewvc/llvm-project?rev=132965&view=rev
Log:
Fix typo: fucntion -> function

Modified:
    lldb/trunk/source/Commands/CommandObjectThread.cpp

Modified: lldb/trunk/source/Commands/CommandObjectThread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectThread.cpp?rev=132965&r1=132964&r2=132965&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectThread.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectThread.cpp Mon Jun 13 22:55:29 2011
@@ -1244,7 +1244,7 @@
     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,





More information about the lldb-commits mailing list