From 89431f240a230ba898d75ac71f33fe9968ea2c84 Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Thu, 15 Apr 2010 20:35:54 +0000
Subject: [PATCH] Pointed out by housel on #llvm.
llvm-svn: 101395
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index db00178ca4b..1b94ab5a9a7 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2707,7 +2707,7 @@ Instructions
control flow, not values (the one exception being the
'invoke' instruction).
-There are six different terminator instructions: the
+
There are seven different terminator instructions: the
'ret' instruction, the
'br' instruction, the
'switch' instruction, the