diff options
author | Jim Ingham <jingham@apple.com> | 2013-03-27 17:36:54 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2013-03-27 17:36:54 +0000 |
commit | 551262d7c066043dc258a95ad18289bd765ebebb (patch) | |
tree | 6008f1a87b689981027d80da0f8c272c276b7993 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | 54417f6d68e60a9e65d243927036ff80bef46767 (diff) | |
download | llvm-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.cpp | 2 |
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 " |