Fix typo in docs/GettingStarted.rst.
authorRui Ueyama <ruiu@google.com>
Wed, 22 May 2013 18:09:39 +0000 (18:09 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 22 May 2013 18:09:39 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182496 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 6016b53bfca629cb808aab01756652b9a547fb87..dafc0c45b6cdd5973a5c1663fd385487dd382f27 100644 (file)
@@ -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