aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2013-03-27 17:36:54 +0000
committerJim Ingham <jingham@apple.com>2013-03-27 17:36:54 +0000
commit551262d7c066043dc258a95ad18289bd765ebebb (patch)
tree6008f1a87b689981027d80da0f8c272c276b7993 /lldb/source/Commands/CommandObjectBreakpoint.cpp
parent54417f6d68e60a9e65d243927036ff80bef46767 (diff)
downloadllvm-551262d7c066043dc258a95ad18289bd765ebebb.zip
llvm-551262d7c066043dc258a95ad18289bd765ebebb.tar.gz
llvm-551262d7c066043dc258a95ad18289bd765ebebb.tar.bz2
Fix a typo in help string.
llvm-svn: 178154
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 29fe183..4ff7c15 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -646,7 +646,7 @@ CommandObjectBreakpointSet::CommandOptions::g_option_table[] =
"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 "