Fix a typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2007-06-29 20:56:49 +00:00
parent eecd71151c
commit 98044e4a62

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>