fix typeo
authorChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 19:27:26 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 19:27:26 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index e8c1f01cee16ccc4b0f886d16113a3cc8daf0955..a3a0285a48f157fe5a56a5caaa5d8332393fef3c 100644 (file)
@@ -752,7 +752,7 @@ control flows to the '<tt>iffalse</tt>' <tt>label</tt> argument.</p>
 Instruction</a> </div>
 <div class="doc_text">
 <h5>Syntax:</h5>
-<pre>  switch uint &lt;value&gt;, label &lt;defaultdest&gt; [ int &lt;val&gt;, label &amp;dest&gt;, ... ]<br></pre>
+<pre>  switch uint &lt;value&gt;, label &lt;defaultdest&gt; [ int &lt;val&gt;, label &lt;dest&gt;, ... ]<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>'