diff options
Diffstat (limited to 'lldb/www/tutorial.html')
-rwxr-xr-x | lldb/www/tutorial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html index f3f80253cca..c351635f63f 100755 --- a/lldb/www/tutorial.html +++ b/lldb/www/tutorial.html @@ -109,7 +109,7 @@ <br>(lldb) breakpoint set -M foo </code> - <p>To set a breakpoint Objective C selectors named <code>alignLeftEdges:</code> you can enter either of:</p> + <p>To set a breakpoint Objective-C selectors named <code>alignLeftEdges:</code> you can enter either of:</p> <code> (lldb) breakpoint set --selector alignLeftEdges: |