From: Bill Wendling Date: Tue, 26 Jul 2011 20:42:28 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=194229e591ae604797edb408dd906c08d9864473;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136133 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 395c9bbabf1..ab98d3d8359 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4336,7 +4336,7 @@ that the invoke/unwind semantics are likely to change in future versions.

Syntax:
-  <result> = insertvalue <aggregate type> <val>, <ty> <elt>, <idx>{, }*    ; yields <aggregate type>
+  <result> = insertvalue <aggregate type> <val>, <ty> <elt>, <idx>{, <idx>}*    ; yields <aggregate type>
 
Overview: