Skip to content

Commit

Permalink
fixed more typos
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209921 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rotateright committed May 30, 2014
1 parent e457dc7 commit 6126c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Here's the short story for getting up and running quickly with LLVM:
* 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`.
Expand Down Expand Up @@ -681,7 +681,7 @@ The following options can be used to set or enable LLVM specific options:

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``
Expand Down

0 comments on commit 6126c55

Please sign in to comment.