fix broken tag
authorChris Lattner <sabre@nondot.org>
Thu, 1 Dec 2011 17:25:28 +0000 (17:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Dec 2011 17:25:28 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145590 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index cc1414bb6073eadee647af108ae738f49f664809..7b39bf09dc25c6fd9000fba7261a4884260d6dfa 100644 (file)
@@ -176,7 +176,7 @@ For more details about the changes to Clang since the 2.9 release, see the
       option to use if you want ultimate performance! It is still experimental
       though: it may cause the plugin to crash.  Setting the optimization level
       to <tt>-O4</tt> when using this option will optimize even harder, though
-      this usually doesn't result in any improvement over <tt>-O3<tt>.</li>
+      this usually doesn't result in any improvement over <tt>-O3</tt>.</li>
 
   <li>The type and constant conversion logic has been almost entirely rewritten,
       fixing a multitude of obscure bugs.</li>