diff options
| -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 d20c69a5f6a..2f733788268 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -350,7 +350,7 @@ </td> </tr> - <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" everytime you stop.</td></tr> + <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" every time you stop.</td></tr> <tr> <td class="content"> <b>(lldb)</b> target stop-hook add --one-liner "frame variable argc argv"<br> |

