diff options
| -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 d144b71ef85..d5d68a873aa 100755 --- a/lldb/www/tutorial.html +++ b/lldb/www/tutorial.html @@ -496,7 +496,7 @@ Watchpoint 1: addr = 0x100001018 size = 4 state = enabled type = w this frame or stops if it leaves the current frame. This is a pretty close equivalent to gdb's "<code>until</code>" command.</p> - <p>A process, by default, will shared the lldb terminal with the inferior + <p>A process, by default, will share the lldb terminal with the inferior process. When in this mode, much like when debugging with gdb, when the process is running anything you type will go to the STDIN of the inferior process. To interrupt your inferior program, type CTRL+C.</p> |

