From: Anton Korobeynikov
Date: Fri, 29 Jun 2007 20:56:49 +0000 (+0000)
Subject: Fix a typo
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=98044e4a622e2cdc05b22f5d221d4c6504838d25;p=oota-llvm.git
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37813 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 5b632fb24fd..e2ee70abc9e 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -691,8 +691,8 @@ follows:
- cd where-you-want-llvm-to-live
- - Read-Only: svn co http://llvm.org/svn/llvm-project/trunk/llvm llvm
- - Read-Write:svn co https://user@llvm.org/svn/llvm-project/trunk/llvm
+
- Read-Only: svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
+ - Read-Write:svn co https://user@llvm.org/svn/llvm-project/llvm/trunk
llvm