Fixed another minor grammatical error.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 21 Nov 2003 17:42:22 +0000 (17:42 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 21 Nov 2003 17:42:22 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10130 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 6674be216d8a79a1e61a94191cea17f4fb79fe37..0b639c0099000d6f73589d8365bbea2f399b8292 100644 (file)
@@ -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>:
 
 <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
 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