diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index bbc06116f817..16a23f5809ad 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -440,7 +440,7 @@ All Global Variables and Functions have one of the following types of linkage:
"weak" linkage is exactly the same as linkonce linkage, except that unreferenced weak globals may not be discarded. This is - used to implement constructs in C such as "i32 X;" at global scope. + used to implement constructs in C such as "int X;" at global scope.
appending: