From 49c1f92c5c45f9a6c281208f0ae8a0cb7a6b1343 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 14 Feb 2004 19:27:26 +0000
Subject: [PATCH] fix typeo
llvm-svn: 11446
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index e8c1f01cee1..a3a0285a48f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -752,7 +752,7 @@ control flows to the 'iffalse' label argument.
Instruction
Syntax:
-
switch uint <value>, label <defaultdest> [ int <val>, label &dest>, ... ]
+
switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]
Overview:
The 'switch' instruction is used to transfer control flow
to one of several different places. It is a generalization of the 'br'