[llvm] r182496 - Fix typo in docs/GettingStarted.rst.

Rui Ueyama ruiu at google.com
Wed May 22 11:09:39 PDT 2013


Author: ruiu
Date: Wed May 22 13:09:39 2013
New Revision: 182496

URL: http://llvm.org/viewvc/llvm-project?rev=182496&view=rev
Log:
Fix typo in docs/GettingStarted.rst.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=182496&r1=182495&r2=182496&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed May 22 13:09:39 2013
@@ -81,7 +81,7 @@ Here's the short story for getting up an
 
    * ``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





More information about the llvm-commits mailing list