[llvm] r209916 - fixed typo
Sanjay Patel
spatel at rotateright.com
Fri May 30 13:55:56 PDT 2014
Author: spatel
Date: Fri May 30 15:55:55 2014
New Revision: 209916
URL: http://llvm.org/viewvc/llvm-project?rev=209916&view=rev
Log:
fixed typo
Modified:
llvm/trunk/docs/GettingStarted.rst
Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=209916&r1=209915&r2=209916&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri May 30 15:55:55 2014
@@ -741,7 +741,7 @@ builds:
Debug Builds
- These builds are the default when one is using an Subversion checkout and
+ These builds are the default when one is using a Subversion checkout and
types ``gmake`` (unless the ``--enable-optimized`` option was used during
configuration). The build system will compile the tools and libraries with
debugging information. To get a Debug Build using the LLVM distribution the
More information about the llvm-commits
mailing list