Fixing typo in tutorial as test commit.

llvm-svn: 233287
This commit is contained in:
Adrian McCarthy 2015-03-26 16:53:34 +00:00
parent 177a81578f
commit c7fd5ff745
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ Watchpoint 1: addr = 0x100001018 size = 4 state = enabled type = w
<p>The question of disabling stdio when running brings up a good opportunity to
show how to set debugger properties in general.
If you always want to run in the <code>--no-stdin</code> mode, you can set this
as a generic process property using the lldb &quot;<code>settings</code>&qout; command,
as a generic process property using the lldb &quot;<code>settings</code>&quot; command,
which is equivalent to gdb's &quot;<code>set</code>&quot; command. For instance,
in this case you would say:</p>