aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-11 22:52:46 +0000
committerChris Lattner <sabre@nondot.org>2010-06-11 22:52:46 +0000
commitba6d3bb1a066bb87b42ba9e3eea15aac81a575f4 (patch)
tree14904e2f27208afa40b2d4d5b120c7927ceea2d8 /www
parent7dbd6da9a222b6bcef35f1cb8ab838a30b7f75e5 (diff)
downloadlldb-ba6d3bb1a066bb87b42ba9e3eea15aac81a575f4.tar.gz
fix a few typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/architecture.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/architecture.html b/www/architecture.html
index 67f1b1dc2..831779869 100755
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -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>