From 62e48b2e3bba9d4c69c86ada3c5aecbbd16844a3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Feb 2009 10:00:56 +0000 Subject: [PATCH] fix typo, patch by Jonathan Brandmeyer! llvm-svn: 64132 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index ada3eacc3b8..ff71e3706f7 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:

-   { \2 * }                %x = type { %t* }
+   { \2 * }                %x = type { %x* }
    { \2 }*                 %y = type { %y }*
    \1*                     %z = type %z*