Use correct name for method in comment.
[oota-llvm.git] / docs / Projects.html
index ed13b4c83c5bc7c2835b7d12709d5f7f063f99d4..cb7a7c1bcfaa72df570532d54f6321760f9f9378 100644 (file)
@@ -88,10 +88,10 @@ choosing.  You can place it anywhere you like.  Rename the directory to match
 the name of your project.</li>
 
 <li>
-If you downloaded LLVM using CVS, remove all the directories named CVS (and all
-the files therein) from your project's new source tree.  This will keep CVS
-from thinking that your project is inside <tt>llvm/projects/sample</tt>.
-</li>
+If you downloaded LLVM using Subversion, remove all the directories named .svn 
+(and all the files therein) from your project's new source tree.  This will 
+keep Subversion from thinking that your project is inside 
+<tt>llvm/trunk/projects/sample</tt>.</li>
 
 <li>Add your source code and Makefiles to your source tree.</li>