diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html index d5d68a873aa9..d3b7ec89a5ad 100755 --- a/lldb/www/tutorial.html +++ b/lldb/www/tutorial.html @@ -530,7 +530,7 @@ Watchpoint 1: addr = 0x100001018 size = 4 state = enabled type = w

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 --no-stdin mode, you can set this - as a generic process property using the lldb "settings&qout; command, + as a generic process property using the lldb "settings" command, which is equivalent to gdb's "set" command. For instance, in this case you would say: