Fix broken link.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 23 Jan 2012 08:47:21 +0000 (08:47 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 23 Jan 2012 08:47:21 +0000 (08:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148692 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index e214c5fd555f38a71d982678d92691a515472d91..14437d50837922a9dbf28492351d75722487a13b 100644 (file)
@@ -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>