aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-06-29 21:44:14 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-06-29 21:44:14 +0000
commit96734d741f6950512bc15e050fb8a063893117b6 (patch)
treefa788fe482f4cc6fdf147e17e9419b8752f0e9c9 /docs
parent821262953af418649e49e52009f9d3ddae5736c2 (diff)
downloadexternal_llvm-96734d741f6950512bc15e050fb8a063893117b6.zip
external_llvm-96734d741f6950512bc15e050fb8a063893117b6.tar.gz
external_llvm-96734d741f6950512bc15e050fb8a063893117b6.tar.bz2
Another typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index e2ee70a..f0b51c3 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -723,7 +723,7 @@ labels:</p>
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