Fix an incorrect conversion of int -> i32
authorReid Spencer <rspencer@reidspencer.com>
Sun, 14 Jan 2007 06:29:54 +0000 (06:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 14 Jan 2007 06:29:54 +0000 (06:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33199 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index bbc06116f8174b69cd50ae05377d10fabed1ab7e..16a23f5809ad67836edf29ae8659c22ef0d7e784 100644 (file)
@@ -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>