diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-19 21:14:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-19 21:14:38 +0000 |
commit | f31860b18892d2fc601259af89f7fb0e3708ec43 (patch) | |
tree | 165ab26c9245b1f622cdc0fe4050d182557749e7 | |
parent | db8d8eff2f4a08e9f6c97bca1408ee3ab49566fa (diff) |
Fix typeo noticed by Bryan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3388 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 19fe8525b9..e14d2f1103 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1475,7 +1475,7 @@ int* "foo"(%ST* %s) { <h5>Example:</h5> <pre> - <i>; yields {[12 x ubyte]*}:aptr</i> + <i>; yields [12 x ubyte]*:aptr</i> %aptr = getelementptr {int, [12 x ubyte]}* %sptr, uint 0, ubyte 1 </pre> @@ -1695,7 +1695,7 @@ more... <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Jan 23 15:19:28 CST 2001 --> <!-- hhmts start --> -Last modified: Thu Aug 15 11:18:37 CDT 2002 +Last modified: Mon Aug 19 15:52:29 CDT 2002 <!-- hhmts end --> </font> </body></html> |