summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-02-22 19:02:32 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-02-22 19:02:32 +0000
commitf224ea69e62a4177a23a099ebb400352c85bbd01 (patch)
treeb4699152c62a345dd89033b3944bc9d55f1f9f78
parentd87cdd1d1119bfd962b0464fb9292b4e3a39eff6 (diff)
downloadbcm5719-llvm-f224ea69e62a4177a23a099ebb400352c85bbd01.tar.gz
bcm5719-llvm-f224ea69e62a4177a23a099ebb400352c85bbd01.zip
Minor modification.
llvm-svn: 151182
-rwxr-xr-xlldb/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/index.html b/lldb/www/index.html
index 867d6a48ddd..cf08c7311ea 100755
--- a/lldb/www/index.html
+++ b/lldb/www/index.html
@@ -72,7 +72,7 @@
<div class="postcontent">
<p>The LLDB debugger APIs are exposed as a C++ object oriented interface in a shared library.
The <b>lldb</b> command line tool links to, and uses this public API. On Mac OS X the shared library
- is exposed a framework name <b>LLDB.framework</b>, and unix systems expose it is <b>lldb.so</b>.
+ is exposed as a framework named <b>LLDB.framework</b>, and unix systems expose it as <b>lldb.so</b>.
The entire API is also then exposed through Python script bindings which allow the API to be used
within the LLDB embedded script interpreter, and also in any python script that loads the <b>lldb.py</b>
module in standard python script files. See the <a href="python-reference.html">Python Reference</a> page for more details on how
OpenPOWER on IntegriCloud