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 | bf1d5458ad14d6f4ca6cc5d38906d16604f0f407 (patch) | |
| tree | 499ac52f98d5a8812a17b953e2f725a90493fe5f /llvm/docs/LangRef.html | |
| parent | 8c469be54b7490f46c541d28d3159e707e9fe0fa (diff) | |
| download | bcm5719-llvm-bf1d5458ad14d6f4ca6cc5d38906d16604f0f407.tar.gz bcm5719-llvm-bf1d5458ad14d6f4ca6cc5d38906d16604f0f407.zip | |
fix typo, patch by Jonathan Brandmeyer!
llvm-svn: 64132
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index ada3eacc3b8..ff71e3706f7 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

