diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 21:18:13 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 21:18:13 +0000 |
commit | 357e5e9cafbd2ea7999415067df42e85938c80c7 (patch) | |
tree | f3a9b2d776f86deebda861ead113ea2c315edb4e | |
parent | c11975439ccf33044725b12483c5829638a891da (diff) | |
download | bcm5719-llvm-357e5e9cafbd2ea7999415067df42e85938c80c7.tar.gz bcm5719-llvm-357e5e9cafbd2ea7999415067df42e85938c80c7.zip |
fixed more typos
llvm-svn: 209921
-rw-r--r-- | llvm/docs/GettingStarted.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index e49b775e9a5..6de9b9004e0 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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`. @@ -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`` |