summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-11-21 17:42:22 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-11-21 17:42:22 +0000
commit745d0a5414d9c825e826bb309a411ce2fc763f7e (patch)
tree782ba6cfc189ad0cf2538f001fee1707a9f3e33f
parent7e5e456d9686b20448f7ac6dd1eb392978da56f2 (diff)
downloadbcm5719-llvm-745d0a5414d9c825e826bb309a411ce2fc763f7e.tar.gz
bcm5719-llvm-745d0a5414d9c825e826bb309a411ce2fc763f7e.zip
Fixed another minor grammatical error.
llvm-svn: 10130
-rw-r--r--llvm/docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 6674be216d8..0b639c00990 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/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
OpenPOWER on IntegriCloud