From f31860b18892d2fc601259af89f7fb0e3708ec43 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 19 Aug 2002 21:14:38 +0000 Subject: [PATCH] Fix typeo noticed by Bryan git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3388 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 19fe8525b9a..e14d2f1103b 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1475,7 +1475,7 @@ int* "foo"(%ST* %s) {
Example:
-  ; yields {[12 x ubyte]*}:aptr
+  ; yields [12 x ubyte]*:aptr
   %aptr = getelementptr {int, [12 x ubyte]}* %sptr, uint 0, ubyte 1
 
@@ -1695,7 +1695,7 @@ more...
Chris Lattner
-Last modified: Thu Aug 15 11:18:37 CDT 2002 +Last modified: Mon Aug 19 15:52:29 CDT 2002