Fixed another minor grammatical error.

llvm-svn: 10130
This commit is contained in:
John Criswell 2003-11-21 17:42:22 +00:00
parent 7e5e456d96
commit 745d0a5414
1 changed files with 2 additions and 1 deletions

View 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"> <a name="linkage_appending">
<dt><tt><b>appending</b></tt>: <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 to array type. When two global variables with appending linkage are linked
together, the two global arrays are appended together. This is the LLVM, together, the two global arrays are appended together. This is the LLVM,
typesafe, equivalent of having the system linker append together "sections" with typesafe, equivalent of having the system linker append together "sections" with