[lld] r202638 - Fix a typo spotted by Anton.

Chandler Carruth chandlerc at gmail.com
Sun Mar 2 05:00:23 PST 2014


Author: chandlerc
Date: Sun Mar  2 07:00:23 2014
New Revision: 202638

URL: http://llvm.org/viewvc/llvm-project?rev=202638&view=rev
Log:
Fix a typo spotted by Anton.

Modified:
    lld/trunk/docs/C++11.rst

Modified: lld/trunk/docs/C++11.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/C%2B%2B11.rst?rev=202638&r1=202637&r2=202638&view=diff
==============================================================================
--- lld/trunk/docs/C++11.rst (original)
+++ lld/trunk/docs/C++11.rst Sun Mar  2 07:00:23 2014
@@ -1,8 +1,9 @@
 C++11
 =====
 
-Originally, LLD was developed in C++ unlike the rest of LLVM. Now, all of LLVM,
-LLD, and Clang are developed using C++11. See the `LLVM Coding Standards`_ for
-details on the precise subset of C++11 supported by the various host compilers.
+Originally, LLD was developed in C++11 unlike the rest of LLVM. Now, all of
+LLVM, LLD, and Clang are developed using C++11. See the `LLVM Coding
+Standards`_ for details on the precise subset of C++11 supported by the various
+host compilers.
 
 .. _LLVM Coding Standards: http://llvm.org/docs/CodingStandards.html





More information about the llvm-commits mailing list