fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html
index e8c1f01..a3a0285 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -752,7 +752,7 @@
Instruction</a> </div>
<div class="doc_text">
<h5>Syntax:</h5>
-<pre> switch uint <value>, label <defaultdest> [ int <val>, label &dest>, ... ]<br></pre>
+<pre> switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]<br></pre>
<h5>Overview:</h5>
<p>The '<tt>switch</tt>' instruction is used to transfer control flow
to one of several different places. It is a generalization of the '<tt>br</tt>'