[Lldb-commits] [lldb] r178154 - Fix a typo in help string.

Jim Ingham jingham at apple.com
Wed Mar 27 10:36:55 PDT 2013


Author: jingham
Date: Wed Mar 27 12:36:54 2013
New Revision: 178154

URL: http://llvm.org/viewvc/llvm-project?rev=178154&view=rev
Log:
Fix a typo in help string.

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

Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=178154&r1=178153&r2=178154&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Wed Mar 27 12:36:54 2013
@@ -646,7 +646,7 @@ CommandObjectBreakpointSet::CommandOptio
         "Set the breakpoint by address, at the specified address."},
 
     { LLDB_OPT_SET_3, true, "name", 'n', required_argument, NULL, CommandCompletions::eSymbolCompletion, eArgTypeFunctionName,
-        "Set the breakpoint by function name.  Can be repeated multiple times to make one breakpoint for multiple snames" },
+        "Set the breakpoint by function name.  Can be repeated multiple times to make one breakpoint for multiple names" },
 
     { LLDB_OPT_SET_4, true, "fullname", 'F', required_argument, NULL, CommandCompletions::eSymbolCompletion, eArgTypeFullName,
         "Set the breakpoint by fully qualified function names. For C++ this means namespaces and all arguments, and "





More information about the lldb-commits mailing list