[Lldb-commits] [lldb] r217733 - Correct typo in tutorial page

Ed Maste emaste at freebsd.org
Sat Sep 13 17:56:14 PDT 2014


Author: emaste
Date: Sat Sep 13 19:56:13 2014
New Revision: 217733

URL: http://llvm.org/viewvc/llvm-project?rev=217733&view=rev
Log:
Correct typo in tutorial page


Modified:
    lldb/trunk/www/tutorial.html

Modified: lldb/trunk/www/tutorial.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/tutorial.html?rev=217733&r1=217732&r2=217733&view=diff
==============================================================================
--- lldb/trunk/www/tutorial.html (original)
+++ lldb/trunk/www/tutorial.html Sat Sep 13 19:56:13 2014
@@ -496,7 +496,7 @@ Watchpoint 1: addr = 0x100001018 size =
                     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>





More information about the lldb-commits mailing list