Clean up spelling mistakes.
[oota-llvm.git] / docs / DeveloperPolicy.html
index 9b971759cb9b004a61bdd903e7a4e3088ef4d5ae..41bed52552c839ae1155e3d04128bf36995c9f88 100644 (file)
@@ -6,7 +6,7 @@
   <link rel="stylesheet" href="llvm.css" type="text/css">
 </head>
 <body>
-  <div class="doc_warning">DRAFT Only.</div>
+  <div class="doc_warning">DRAFT Only. DRAFT Only. DRAFT Only. DRAFT Only.</div>
       
 <div class="doc_title">LLVM Developer Policy</div>
 <table class="layout"><tr class="layout"><td class="layout">
@@ -66,7 +66,7 @@
     <a href="#t_commit">commit</a> form.</dd>
     <dt><a name="t_commit">Commit</a><dt>
     <dd>A <a href="t_change">change</a> submitted directly to LLVM software
-    respository via the <tt>cvs commit</tt> command.</dd>
+    repository via the <tt>cvs commit</tt> command.</dd>
     <dt><a name="t_developer">Developer</a></dt>
     <dd>Anyone who submits a <a href="#t_change">change</a> to LLVM.</dd>
     <dt><a name="t_inrement">Increment</a></dt>
   made by others.</p>
   <p>Active developers must register an email account with bugzilla 
   (<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a>) and preferably
-  subscribe to the llvm-bugs email list to keep track of bugs occuring in
+  subscribe to the llvm-bugs email list to keep track of bugs occurring in
   LLVM.</p>
 </div>
 
     <li>Code must compile cleanly on all platforms.</li>
     <li>Code must pass the <tt>llvm-test</tt> test suite including 
     SPEC CINT2000, SPEC CFP2000, SPEC CINT2006, and SPEC CFP2006.</li>
-    <li>The changesat must not cause performance or correctness regressions 
+    <li>The change set must not cause performance or correctness regressions 
     for the LLVM tools.</li>
     <li>The changes must not cause performance or correctness regressions in 
     code compiled with LLVM on all applicable targets.</li>
   apply:</p>
   <ol>
     <li>All feature and regression test cases must be added to the 
-    <tt>llvm/test</tt> directory. The appropriate subdirectory should be 
+    <tt>llvm/test</tt> directory. The appropriate sub-directory should be 
     selected (see the <a href="TestingGuide.html">Testing Guide</a> for 
     details.</li>
     <li>Test cases should be written in LLVM assembly language unless the
     feature or regression being tested requires another language.</li>
     <li>Test cases, especially for regressions, should be as reduced as 
     possible, preferably by 
-    <a href=CommandGuide/html/bugpoint.html>bugpoint</a>.  It is unacceptable 
+    <a href="CommandGuide/html/bugpoint.html">bugpoint</a>.  It is unacceptable 
     to place an entire failing program into <tt>llvm/test</tt> as this creates
     a <i>time-to-test</i> burden on all developers. Keep them short!</li>
     <li>More extensive test cases (applications, benchmarks, etc.) should be 
     <li>You are granted <i>commit-after-approval</i> to all parts of LLVM.
     To get approval, submit a patch to llvm-commits per the patch policies 
     above.  When approved you may commit it yourself.</li>
-    <li>You are granted <i>commit-without-approavl</i> to those portions of LLVM
+    <li>You are granted <i>commit-without-approval</i> to those portions of LLVM
     that you own (contributed) or maintain (have been assigned responsibility 
     for), with the proviso that such commits must not break the build. This is
     a "trust but verify" policy and commits of this nature are reviewed after 
     be reverted. This is necessary when the change blocks other developers from
     making progress. The developers is welcome to re-commit the change after 
     the problem has been fixed.</li>
-    <li>Multiple violations of these policies or a single aggregious violation
+    <li>Multiple violations of these policies or a single egregious violation
     may cause commit access to be revoked, at the sole discretion of the
     LLVM Oversight Group.</li>
   </ol>