[Lldb-commits] [lldb] r151182 - /lldb/trunk/www/index.html
    Johnny Chen 
    johnny.chen at apple.com
       
    Wed Feb 22 11:02:32 PST 2012
    
    
  
Author: johnny
Date: Wed Feb 22 13:02:32 2012
New Revision: 151182
URL: http://llvm.org/viewvc/llvm-project?rev=151182&view=rev
Log:
Minor modification.
Modified:
    lldb/trunk/www/index.html
Modified: lldb/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/index.html?rev=151182&r1=151181&r2=151182&view=diff
==============================================================================
--- lldb/trunk/www/index.html (original)
+++ lldb/trunk/www/index.html Wed Feb 22 13:02:32 2012
@@ -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 
    
    
More information about the lldb-commits
mailing list