diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-05-11 20:37:52 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-05-11 20:37:52 +0000 |
| commit | 6f12a7f252f3684702fb1b71d5bbb10705f0e091 (patch) | |
| tree | 19270747af2a61a4fdba11fdc3c960eeb5bd2f83 /libcxx | |
| parent | 3f0241e0f9646cd5b1f474056236d9a2b68d2c76 (diff) | |
| download | bcm5719-llvm-6f12a7f252f3684702fb1b71d5bbb10705f0e091.tar.gz bcm5719-llvm-6f12a7f252f3684702fb1b71d5bbb10705f0e091.zip | |
cxx not cpp
llvm-svn: 103501
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/www/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index e50e1a0ebd4..0463fe685a7 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -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> |

