commit | 5ad632d7927ad12c05c71e9eea1f2dd2875bc854 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Feb 09 10:00:56 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Feb 09 10:00:56 2009 +0000 |
tree | a2959f4bbf6f33981df9cc2f2e6344ba16d8d156 | |
parent | 36abd31837a4b205baae10612fd6c1d13f682257 [diff] [blame] |
fix typo, patch by Jonathan Brandmeyer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64132 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/LangRef.html b/docs/LangRef.html index ada3eac..ff71e37 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html
@@ -1677,7 +1677,7 @@ references (with their equivalent as named type declarations) include:</p> <pre> - { \2 * } %x = type { %t* } + { \2 * } %x = type { %x* } { \2 }* %y = type { %y }* \1* %z = type %z* </pre>