summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-05-30 20:55:55 +0000
committerSanjay Patel <spatel@rotateright.com>2014-05-30 20:55:55 +0000
commitc6d0c90b30ac888fd79ce2458e234b75219beb79 (patch)
treee1ace4a9031652b7077057c2c95afcf34576e5e4 /docs
parentc4e0611d86a6501fd987af04170ddecfe56fa794 (diff)
downloadllvm-c6d0c90b30ac888fd79ce2458e234b75219beb79.tar.gz
llvm-c6d0c90b30ac888fd79ce2458e234b75219beb79.tar.bz2
llvm-c6d0c90b30ac888fd79ce2458e234b75219beb79.tar.xz
fixed typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 8f43a88a21..65bb6bb799 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -741,7 +741,7 @@ builds:
Debug Builds
- These builds are the default when one is using an Subversion checkout and
+ These builds are the default when one is using a Subversion checkout and
types ``gmake`` (unless the ``--enable-optimized`` option was used during
configuration). The build system will compile the tools and libraries with
debugging information. To get a Debug Build using the LLVM distribution the