summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-17 23:26:04 +0000
committerChris Lattner <sabre@nondot.org>2010-08-17 23:26:04 +0000
commitdc65f22390ab100381e281399003d18ce98fdd53 (patch)
tree4728f350c1f2aa8bb1c5231c95648e9df3b69272 /docs
parent7942e3c41228dd06637634bd571ae3e33133c975 (diff)
downloadllvm-dc65f22390ab100381e281399003d18ce98fdd53.tar.gz
llvm-dc65f22390ab100381e281399003d18ce98fdd53.tar.bz2
llvm-dc65f22390ab100381e281399003d18ce98fdd53.tar.xz
fix a broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111326 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 2c38a6c55f..7422d72a59 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -789,7 +789,7 @@ define i32 @main() { <i>; i32()* </i>&nbsp;
</pre>
<p>You may give a name to any <a href="#typesystem">type</a> except
- "<a href="t_void">void</a>". Type name aliases may be used anywhere a type
+ "<a href="#t_void">void</a>". Type name aliases may be used anywhere a type
is expected with the syntax "%mytype".</p>
<p>Note that type names are aliases for the structural type that they indicate,