From 96734d741f6950512bc15e050fb8a063893117b6 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 29 Jun 2007 21:44:14 +0000 Subject: [PATCH] Another typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37817 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index e2ee70abc9e..f0b51c36fff 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -723,7 +723,7 @@ labels:

you get it from the Subversion repository:

   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
 

By placing it in the llvm/projects, it will be automatically configured by the LLVM configure script as well as automatically updated when