diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-09 10:00:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-09 10:00:56 +0000 |
commit | 3060f5bbf7bfef48b5c696398ce6649edaca08b9 (patch) | |
tree | a2959f4bbf6f33981df9cc2f2e6344ba16d8d156 | |
parent | f60df7f486d81c9f10b2cc207bd85a760ccdaf9c (diff) |
fix typo, patch by Jonathan Brandmeyer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64132 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index ada3eacc3b..ff71e3706f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1677,7 +1677,7 @@ pointer to any of the types it is lexically a member of. Example of up 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> |