projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eecd711
)
Fix a typo
author
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 29 Jun 2007 20:56:49 +0000
(20:56 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 29 Jun 2007 20:56:49 +0000
(20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37813
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/GettingStarted.html
patch
|
blob
|
history
diff --git
a/docs/GettingStarted.html
b/docs/GettingStarted.html
index 5b632fb24fd4a330b8a0fb9f17b1315a6f0747fd..e2ee70abc9e44fbf65f9389f731d7bdc80399a04 100644
(file)
--- a/
docs/GettingStarted.html
+++ b/
docs/GettingStarted.html
@@
-691,8
+691,8
@@
follows:</p>
<ul>
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
- <li>Read-Only: <tt>svn co http://llvm.org/svn/llvm-project/
trunk/llvm
llvm</tt></li>
- <li>Read-Write:<tt>svn co https://user@llvm.org/svn/llvm-project/
trunk/llvm
+ <li>Read-Only: <tt>svn co http://llvm.org/svn/llvm-project/
llvm/trunk
llvm</tt></li>
+ <li>Read-Write:<tt>svn co https://user@llvm.org/svn/llvm-project/
llvm/trunk
llvm</tt></li>
</ul>