Add missing whitespace.

llvm-svn: 107897
This commit is contained in:
Ted Kremenek 2010-07-08 19:43:08 +00:00
parent 9961ce9428
commit 3245003251
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ source code</a>.<p>
<li>The location of the <tt>clang</tt> binary.
<p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
default), the resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts
default), the resultant <tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts
(where <tt>$(OBJDIR)</tt> is often the same as the root source directory). You
can also do <tt>make install</tt> to install the LLVM/Clang libaries and
binaries to the installation directory of your choice (specified when you run