[llvm-commits] [llvm] r37817 - /llvm/trunk/docs/GettingStarted.html
Anton Korobeynikov
asl at math.spbu.ru
Fri Jun 29 14:44:14 PDT 2007
Author: asl
Date: Fri Jun 29 16:44:14 2007
New Revision: 37817
URL: http://llvm.org/viewvc/llvm-project?rev=37817&view=rev
Log:
Another typo
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=37817&r1=37816&r2=37817&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Fri Jun 29 16:44:14 2007
@@ -723,7 +723,7 @@
you get it from the Subversion repository:</p>
<pre>
cd llvm/projects
- svn so http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
+ svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
</pre>
<p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
configured by the LLVM configure script as well as automatically updated when
More information about the llvm-commits
mailing list