[docs] Fix 80-column wrap that I messed up.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 28 Feb 2014 11:11:41 +0000 (11:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 28 Feb 2014 11:11:41 +0000 (11:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202489 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index b47c6ebb0a3447823f7604a2c2f3e2530d028177..22813d2e4ee72d8d3b583e6545a4898322677013 100644 (file)
@@ -278,11 +278,11 @@ of writing, this breaks LLD build.
 Getting a Modern Host C++ Toolchain
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Getting a Modern Host C++ Toolchain
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-This section mostly applies to Linux and older BSDs. On Mac OS X, you should have
-a sufficiently modern Xcode, or you will likely need to upgrade until you do.
-On Windows, just use Visual Studio 2012 as the host compiler, it is explicitly
-supported and widely available. FreeBSD 10.0 and newer have a modern Clang as
-the system compiler.
+This section mostly applies to Linux and older BSDs. On Mac OS X, you should
+have a sufficiently modern Xcode, or you will likely need to upgrade until you
+do. On Windows, just use Visual Studio 2012 as the host compiler, it is
+explicitly supported and widely available. FreeBSD 10.0 and newer have a modern
+Clang as the system compiler.
 
 However, some Linux distributions and some other or older BSDs sometimes have
 extremely old versions of GCC. These steps attempt to help you upgrade you
 
 However, some Linux distributions and some other or older BSDs sometimes have
 extremely old versions of GCC. These steps attempt to help you upgrade you