first pass of nomenclature changes in .html files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/Passes.html b/docs/Passes.html
index 4695769..3edb121 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -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>
@@ -143,7 +143,7 @@
 <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>
@@ -994,7 +994,7 @@
 
 <!-------------------------------------------------------------------------- -->
 <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>