Fix minor typo on build page.

llvm-svn: 167770
This commit is contained in:
Daniel Malea 2012-11-12 22:34:24 +00:00
parent b193ed44ee
commit f1759fa915
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
parameter to the configure script.</p>
<h2>Additional Notes</h2>
<p>LLDB has a Python scripting capability and supplies it&#8217;s own Python module,
<p>LLDB has a Python scripting capability and supplies its own Python module,
<tt>lldb</tt>, built alongside the <tt>lldb</tt> binary. Python needs to know where to
look for this module when LLDB starts up. To tell python the location of LLDB, set
<tt>PYTHONPATH</tt> environment variable.