1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Grammar fix.

llvm-svn: 62319
This commit is contained in:
Duncan Sands 2009-01-16 09:29:46 +00:00
parent 49be18cfc6
commit 2bb8d618ad

View File

@ -492,7 +492,7 @@ All Global Variables and Functions have one of the following types of linkage:
<dt><tt><b><a name="linkage_internal">internal</a></b></tt>: </dt> <dt><tt><b><a name="linkage_internal">internal</a></b></tt>: </dt>
<dd> Similar to private, but the value show as a local symbol (STB_LOCAL in <dd> Similar to private, but the value shows as a local symbol (STB_LOCAL in
the case of ELF) in the object file. This corresponds to the notion of the the case of ELF) in the object file. This corresponds to the notion of the
'<tt>static</tt>' keyword in C. '<tt>static</tt>' keyword in C.
</dd> </dd>