projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2388a58
)
Grammar fix.
author
Duncan Sands
<baldrick@free.fr>
Fri, 16 Jan 2009 09:29:46 +0000
(09:29 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Fri, 16 Jan 2009 09:29:46 +0000
(09:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62319
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 5eef22532621e6f298e0f25f9b3307c5f32b23f9..2e34afb6d227b6428e18bb5fb68117df80f6822f 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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>
- <dd> Similar to private, but the value show as a local symbol (STB_LOCAL in
+ <dd> Similar to private, but the value show
s
as a local symbol (STB_LOCAL in
the case of ELF) in the object file. This corresponds to the notion of the
'<tt>static</tt>' keyword in C.
</dd>