From: Sanjay Patel Date: Fri, 30 May 2014 21:18:13 +0000 (+0000) Subject: fixed more typos X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=357e5e9cafbd2ea7999415067df42e85938c80c7;p=platform%2Fupstream%2Fllvm.git fixed more typos llvm-svn: 209921 --- diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index e49b775..6de9b90 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 `_ 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``