diff options
author | John Criswell <criswell@uiuc.edu> | 2003-11-21 17:42:22 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-11-21 17:42:22 +0000 |
commit | 23e1492bb1e67f740c232abe985ec6d609ffae63 (patch) | |
tree | 7a35089a84e98d161a23470f45292583f4190f81 /docs/LangRef.html | |
parent | 15e8752e8f6f8eace5e178a46802cd37b7a92623 (diff) | |
download | external_llvm-23e1492bb1e67f740c232abe985ec6d609ffae63.zip external_llvm-23e1492bb1e67f740c232abe985ec6d609ffae63.tar.gz external_llvm-23e1492bb1e67f740c232abe985ec6d609ffae63.tar.bz2 |
Fixed another minor grammatical error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 6674be2..0b639c0 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -671,7 +671,8 @@ used to implement constructs in C such as "<tt>int X;</tt>" at global scope.<p> <a name="linkage_appending"> <dt><tt><b>appending</b></tt>: -<dd>"<tt>appending</tt>" linkage may only applied to global variables of pointer +<dd>"<tt>appending</tt>" 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 |