summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-14 06:29:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-14 06:29:54 +0000
commit4580e529f9f7038f91735b20bbbca384902574b9 (patch)
tree6e77e9e47f2fcb4dd569e603ecd80588568ca8bf /docs
parent43bbc5c38f4e73c3a38b7b79be031f30d8a11ab7 (diff)
downloadllvm-4580e529f9f7038f91735b20bbbca384902574b9.tar.gz
llvm-4580e529f9f7038f91735b20bbbca384902574b9.tar.bz2
llvm-4580e529f9f7038f91735b20bbbca384902574b9.tar.xz
Fix an incorrect conversion of int -> i32
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33199 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 bbc06116f8..16a23f5809 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -440,7 +440,7 @@ All Global Variables and Functions have one of the following types of linkage:
<dd>"<tt>weak</tt>" linkage is exactly the same as <tt>linkonce</tt> linkage,
except that unreferenced <tt>weak</tt> globals may not be discarded. This is
- used to implement constructs in C such as "<tt>i32 X;</tt>" at global scope.
+ used to implement constructs in C such as "<tt>int X;</tt>" at global scope.
</dd>
<dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt>