[cfe-commits] [libcxx] r103501 - /libcxx/trunk/www/index.html

Chris Lattner sabre at nondot.org
Tue May 11 13:37:52 PDT 2010


Author: lattner
Date: Tue May 11 15:37:52 2010
New Revision: 103501

URL: http://llvm.org/viewvc/llvm-project?rev=103501&view=rev
Log:
cxx not cpp

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=103501&r1=103500&r2=103501&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue May 11 15:37:52 2010
@@ -93,15 +93,15 @@
   <p>To check out the code, use:</p>
   
   <ul>
-  <li><code>svn co http://llvm.org/svn/llvm-project/libcpp/trunk libcpp</code></li>
-  <li><code>cd libcpp/lib</code></li>
+  <li><code>svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx</code></li>
+  <li><code>cd libcxx/lib</code></li>
   <li><code>./buildit</code></li>
   </ul>
 
   <p>To run the libc++ test suit (recommended):</p>
 
   <ul>
-  <li><code>cd libcpp/test</code></li>
+  <li><code>cd libcxx/test</code></li>
   <li><code>./testit</code></li>
   </ul>
 
@@ -110,4 +110,4 @@
 
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>





More information about the cfe-commits mailing list