Skip to content

Commit 279ebe2

Browse files
committed
Correct typo in tutorial page
llvm-svn: 217733
1 parent 85c1f84 commit 279ebe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/www/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ <h1 class ="postheader">Controlling your Program</h1>
496496
this frame or stops if it leaves the current frame. This is a pretty
497497
close equivalent to gdb's "<code>until</code>" command.</p>
498498

499-
<p>A process, by default, will shared the lldb terminal with the inferior
499+
<p>A process, by default, will share the lldb terminal with the inferior
500500
process. When in this mode, much like when debugging with gdb, when
501501
the process is running anything you type will go to the STDIN of the
502502
inferior process. To interrupt your inferior program, type CTRL+C.</p>

0 commit comments

Comments
 (0)