aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-24 17:18:39 +0000
committerDan Gohman <gohman@apple.com>2008-11-24 17:18:39 +0000
commitf003276ee6c1eff64052456f64457cb82904b7bf (patch)
tree4ab54604e48bc1a77cb9a7a49af0b3e6079e12be /docs/LangRef.html
parent104de4390b9bb0030ae81408c3d173ed6053378d (diff)
Fix a few HTML tidiness issues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 7c770cb437..aa9d42fb06 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -565,7 +565,7 @@ All Global Variables and Functions have one of the following types of linkage:
</dl>
-<p><a name="linkage_external"></a>For example, since the "<tt>.LC0</tt>"
+<p>For example, since the "<tt>.LC0</tt>"
variable is defined to be internal, if another module defined a "<tt>.LC0</tt>"
variable and was linked with this one, one of the two would be renamed,
preventing a collision. Since "<tt>main</tt>" and "<tt>puts</tt>" are