summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-05-22 18:09:39 +0000
committerRui Ueyama <ruiu@google.com>2013-05-22 18:09:39 +0000
commite0f26bc008bf7eb176595ab170cca86e21a6eae8 (patch)
tree8b4a7396911a38df9ff4b3c7dfd4cb606fcfbde3 /docs
parent5da4e4f3b10148e811de82ec57b3f82c15411a81 (diff)
downloadllvm-e0f26bc008bf7eb176595ab170cca86e21a6eae8.tar.gz
llvm-e0f26bc008bf7eb176595ab170cca86e21a6eae8.tar.bz2
llvm-e0f26bc008bf7eb176595ab170cca86e21a6eae8.tar.xz
Fix typo in docs/GettingStarted.rst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182496 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 6016b53bfc..dafc0c45b6 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -81,7 +81,7 @@ Here's the short story for getting up and running quickly with LLVM:
* ``make [-j]`` --- The ``-j`` specifies the number of jobs (commands) to run
simultaneously. This builds both LLVM and Clang for Debug+Asserts mode.
- The ``--enabled-optimized`` configure option is used to specify a Release
+ The ``--enable-optimized`` configure option is used to specify a Release
build.
* ``make check-all`` --- This run the regression tests to ensure everything