aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-11-02 00:25:26 +0000
committerBill Wendling <isanbard@gmail.com>2009-11-02 00:25:26 +0000
commit21c346e1714c50b2567de9e1d1a9184783fe5c0a (patch)
tree28446b2d1c35d8a5b6f9fd4bcd53a5a7fa351370
parentf82d40a33c50b36611f08a38800b80d6c59bce91 (diff)
Add missing end-tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85769 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index b0a6793064..7032a19814 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2538,7 +2538,7 @@ Instructions</a> </div>
'<a href="#i_ret"><tt>ret</tt></a>' instruction, the
'<a href="#i_br"><tt>br</tt></a>' instruction, the
'<a href="#i_switch"><tt>switch</tt></a>' instruction, the
- '<a href="#i_indirectbr">'<tt>indirectbr</tt>' Instruction, the
+ '<a href="#i_indirectbr">'<tt>indirectbr</tt></a>' Instruction, the
'<a href="#i_invoke"><tt>invoke</tt></a>' instruction, the
'<a href="#i_unwind"><tt>unwind</tt></a>' instruction, and the
'<a href="#i_unreachable"><tt>unreachable</tt></a>' instruction.</p>