[Lldb-commits] [lldb] r105847 - /lldb/trunk/www/architecture.html

Chris Lattner sabre at nondot.org
Fri Jun 11 15:52:46 PDT 2010


Author: lattner
Date: Fri Jun 11 17:52:46 2010
New Revision: 105847

URL: http://llvm.org/viewvc/llvm-project?rev=105847&view=rev
Log:
fix a few typos.

Modified:
    lldb/trunk/www/architecture.html

Modified: lldb/trunk/www/architecture.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/architecture.html?rev=105847&r1=105846&r2=105847&view=diff
==============================================================================
--- lldb/trunk/www/architecture.html (original)
+++ lldb/trunk/www/architecture.html Fri Jun 11 17:52:46 2010
@@ -196,7 +196,7 @@
 				    <p>The expression parser uses a full instance of the Clang
 				        compiler in order to accurately evaluate expressions.
 				        Hooks have been put into Clang so that the compiler knows
-				        to ask about indentifiers it doesn't know about. Once
+				        to ask about identifiers it doesn't know about. Once
 				        expressions have be compiled into an AST, we can then
 				        traverse this AST and either generate a DWARF expression
 				        that contains simple opcodes that can be quickly re-evaluated
@@ -212,8 +212,8 @@
 
 				   <p>LLDB tries to abstract itself from the host upon which
 				       it is currently running by providing a host abstraction
-				       layer This layer involves everything from spawning, detaching,
-				       joing and killing native in process threads, to getting
+				       layer.  This layer involves everything from spawning, detaching,
+				       joining and killing native in-process threads, to getting
 				       current information about the current host.</p>
     				   <p>Host functionality includes abstraction layers for:</p>
                            <ul>





More information about the lldb-commits mailing list