Fix a few typos I noticed.
[oota-llvm.git] / docs / Passes.html
index 469576900889917f0feb01b77b54dc3f7f572548..3edb1219d1d502f3e3eec7d356b1eb0b0db07da6 100644 (file)
@@ -31,8 +31,8 @@
   or program visualization purposes. Transform passes can use (or invalidate)
   the analysis passes. Transform passes all mutate the program in some way. 
   Utility passes provides ome utility but don't otherwise fit categorization.
-  For example passes to extract functions to bytecode or write a module to
-  bytecode are neither analysis nor transform passes.
+  For example passes to extract functions to bitcode or write a module to
+  bitcode are neither analysis nor transform passes.
   <p>The table below provides a quick summary of each pass and links to the more
   complete pass description later in the document.</p>
 </div>
 <tr><th>Option</th><th>Name</th><th>Directory</th></tr>
 <tr><td><a href="#deadarghaX0r">-deadarghaX0r</a></td><td>Dead Argument Hacking (BUGPOINT ONLY)</td></tr>
 <tr><td><a href="#extract-blocks">-extract-blocks</a></td><td>Extract Basic Blocks From Module (BUGPOINT ONLY)</td></tr>
-<tr><td><a href="#emitbytecode">-emitbytecode</a></td><td>Bytecode Writer</td></tr>
+<tr><td><a href="#emitbitcode">-emitbitcode</a></td><td>Bitcode Writer</td></tr>
 <tr><td><a href="#verify">-verify</a></td><td>Module Verifier</td></tr>
 </table>
 </div>
 
 <!-------------------------------------------------------------------------- -->
 <div class="doc_subsection">
-  <a name="emitbytecode">Bytecode Writer</a>
+  <a name="emitbitcode">Bitcode Writer</a>
 </div>
 <div class="doc_text">
   <p>Yet to be written.</p>