From: John Criswell Date: Fri, 21 Nov 2003 17:42:22 +0000 (+0000) Subject: Fixed another minor grammatical error. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=23e1492bb1e67f740c232abe985ec6d609ffae63 Fixed another minor grammatical error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10130 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 6674be216d8..0b639c00990 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -671,7 +671,8 @@ used to implement constructs in C such as "int X;" at global scope.

appending: -
"appending" linkage may only applied to global variables of pointer +
"appending" linkage may only be applied to global variables of +pointer to array type. When two global variables with appending linkage are linked together, the two global arrays are appended together. This is the LLVM, typesafe, equivalent of having the system linker append together "sections" with