[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

Reid Spencer reid at x10sys.com
Tue Feb 13 09:04:25 PST 2007



Changes in directory llvm/docs:

DeveloperPolicy.html updated: 1.4 -> 1.5
---
Log message:

Fix tow grammaros that Bill Wendling noticed.


---
Diffs of the changes:  (+3 -3)

 DeveloperPolicy.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.4 llvm/docs/DeveloperPolicy.html:1.5
--- llvm/docs/DeveloperPolicy.html:1.4	Tue Feb 13 03:20:14 2007
+++ llvm/docs/DeveloperPolicy.html	Tue Feb 13 11:04:09 2007
@@ -47,7 +47,7 @@
 <!--=========================================================================-->
 <div class="doc_text">
   <p>This document contains the LLVM Developer Policy which defines the
-  project's policy towards developer's and their contributions. The intent of 
+  project's policy towards developers and their contributions. The intent of 
   this policy is to eliminate mis-communication, rework, and confusion that 
   might arise from the distributed nature of LLVM's development.  By stating 
   the policy in clear terms, we hope each developer can know ahead of time
@@ -146,7 +146,7 @@
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsection"><a name="devagree">Developer Agreements</a></div>
 <div class="doc_text">
-  <p>With regards to the LLVM copyright and licensing, developer's agree to:</p>
+  <p>With regards to the LLVM copyright and licensing, developers agree to:</p>
   <ul>
     <li>give up their copy rights to any contribution made so that the entire 
     software base can be managed by a single copyright holder.</li>
@@ -430,7 +430,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
   Written By: <a href="mailto:oversight at llvm.org">LLVM Oversight Group</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/13 09:20:14 $
+  Last modified: $Date: 2007/02/13 17:04:09 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list