[llvm] r334584 - GettingStarted.rst: Fix 'If you you' typo (PR37787)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 02:11:10 PDT 2018


Author: hans
Date: Wed Jun 13 02:11:10 2018
New Revision: 334584

URL: http://llvm.org/viewvc/llvm-project?rev=334584&view=rev
Log:
GettingStarted.rst: Fix 'If you you' typo (PR37787)

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=334584&r1=334583&r2=334584&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Jun 13 02:11:10 2018
@@ -200,7 +200,7 @@ will need about 1-3 GB of space.  A full
 is so large because of all the debugging information and the fact that the
 libraries are statically linked into multiple tools).
 
-If you you are space-constrained, you can build only selected tools or only
+If you are space-constrained, you can build only selected tools or only
 selected targets.  The Release build requires considerably less space.
 
 The LLVM suite *may* compile on other platforms, but it is not guaranteed to do




More information about the llvm-commits mailing list