Typo fix.

llvm-svn: 43678
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html
index 352263e..b7f2ca0 100644
--- a/llvm/docs/Passes.html
+++ b/llvm/docs/Passes.html
@@ -1845,7 +1845,7 @@
   before performing optimizing transformations.
   </p>
 
-  <p>
+  <ul>
     <li>Both of a binary operator's parameters are of the same type.</li>
     <li>Verify that the indices of mem access instructions match other
         operands.</li>
@@ -1875,7 +1875,7 @@
         not agree with the function return value type.</li>
     <li>Function call argument types match the function prototype.</li>
     <li>All other things that are tested by asserts spread about the code.</li>
-  </p>
+  </ul>
   
   <p>
   Note that this does not provide full security verification (like Java), but