summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-01-23 08:47:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-01-23 08:47:21 +0000
commit300a263d93ba4bb320ae303ca5a388dc9800b112 (patch)
tree391e2a213c42f7335e5ce53e77b79bf135c6a123 /docs
parent2a82d82936729b02fe1bbdcbfe764a61b8999be1 (diff)
downloadllvm-300a263d93ba4bb320ae303ca5a388dc9800b112.tar.gz
llvm-300a263d93ba4bb320ae303ca5a388dc9800b112.tar.bz2
llvm-300a263d93ba4bb320ae303ca5a388dc9800b112.tar.xz
Fix broken link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148692 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 e214c5fd55..14437d5083 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1614,7 +1614,7 @@ that determines which other atomic instructions on the same address they
<i>synchronize with</i>. These semantics are borrowed from Java and C++0x,
but are somewhat more colloquial. If these descriptions aren't precise enough,
check those specs (see spec references in the
-<a href="Atomic.html#introduction">atomics guide</a>).
+<a href="Atomics.html#introduction">atomics guide</a>).
<a href="#i_fence"><code>fence</code></a> instructions
treat these orderings somewhat differently since they don't take an address.
See that instruction's documentation for details.</p>