summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-16 09:29:46 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-16 09:29:46 +0000
commit81d05c2ae210b09018e7b47cbf3c88e712046349 (patch)
tree2ebae8078f6452e9f4f82a7c4f962fb02b2eac49 /docs
parent2388a588bdf32610e18a66c0c6ef248087fd1cdc (diff)
downloadllvm-81d05c2ae210b09018e7b47cbf3c88e712046349.tar.gz
llvm-81d05c2ae210b09018e7b47cbf3c88e712046349.tar.bz2
llvm-81d05c2ae210b09018e7b47cbf3c88e712046349.tar.xz
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5eef225326..2e34afb6d2 100644
--- 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 shows 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>