[llvm] r209921 - fixed more typos

Sanjay Patel spatel at rotateright.com
Fri May 30 14:18:13 PDT 2014


Author: spatel
Date: Fri May 30 16:18:13 2014
New Revision: 209921

URL: http://llvm.org/viewvc/llvm-project?rev=209921&view=rev
Log:
fixed more typos

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=209921&r1=209920&r2=209921&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri May 30 16:18:13 2014
@@ -90,7 +90,7 @@ Here's the short story for getting up an
    * It is also possible to use `CMake <CMake.html>`_ instead of the makefiles.
      With CMake it is possible to generate project files for several IDEs:
      Xcode, Eclipse CDT4, CodeBlocks, Qt-Creator (use the CodeBlocks
-     generator),KDevelop3.
+     generator), KDevelop3.
 
    * If you get an "internal compiler error (ICE)" or test failures, see
      `below`.
@@ -681,7 +681,7 @@ The following options can be used to set
 
   Enables optimized compilation (debugging symbols are removed and GCC
   optimization flags are enabled). Note that this is the default setting if you
-  are using the LLVM distribution. The default behavior of an Subversion
+  are using the LLVM distribution. The default behavior of a Subversion
   checkout is to use an unoptimized build (also known as a debug build).
 
 ``--enable-debug-runtime``





More information about the llvm-commits mailing list