diff options
Diffstat (limited to 'lldb/www/lldb-gdb.html')
-rwxr-xr-x | lldb/www/lldb-gdb.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 69179bd8c07..8cd387d10d6 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -380,7 +380,7 @@ </td> </tr> - <tr><td class="header" colspan="2">Set a breakpoint at all Objective C methods whose selector is <b>count</b>.</td></tr> + <tr><td class="header" colspan="2">Set a breakpoint at all Objective-C methods whose selector is <b>count</b>.</td></tr> <tr> <td class="content"> <b>(gdb)</b> break count<br> |