1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix a typo

llvm-svn: 37813
This commit is contained in:
Anton Korobeynikov 2007-06-29 20:56:49 +00:00
parent 5e067e8643
commit 2f966f34bf

View File

@ -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>