Subversionify the documentation.
[oota-llvm.git] / docs / CodingStandards.html
index dddd84fc5085e25ce63e5c7a73bc2b3363cf5644..f6316194bf6282c15598be5a91907e6fb0d3e3c1 100644 (file)
@@ -122,9 +122,9 @@ documentation is very useful:</p>
 
 <b>File Headers</b>
 
-<p>Every source file should have a header on it that
-describes the basic purpose of the file.  If a file does not have a header, it
-should not be checked into CVS.  Most source trees will probably have a standard
+<p>Every source file should have a header on it that describes the basic 
+purpose of the file.  If a file does not have a header, it should not be 
+checked into Subversion.  Most source trees will probably have a standard
 file header format.  The standard format for the LLVM source tree looks like
 this:</p>