summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-05-30 21:18:13 +0000
committerSanjay Patel <spatel@rotateright.com>2014-05-30 21:18:13 +0000
commit6126c5578278a2ca76411405b3cdf13f3990873f (patch)
tree4b50c3125b8cbea7cd9b22d006534a9dd997d843 /docs
parente457dc7ceb531fd9cc394b504ea7fde0b8d9d2e2 (diff)
downloadllvm-6126c5578278a2ca76411405b3cdf13f3990873f.tar.gz
llvm-6126c5578278a2ca76411405b3cdf13f3990873f.tar.bz2
llvm-6126c5578278a2ca76411405b3cdf13f3990873f.tar.xz
fixed more typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index e49b775e9a..6de9b9004e 100644
--- a/docs/GettingStarted.rst
+++ b/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``