From 83821c8941b7e9e70de9d5e76556b07872ac371b 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101395 91177308-0d34-0410-b5e6-96231b3b80d8
---
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
--
2.34.1