Fix minor typo.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 9 Aug 2011 23:26:12 +0000 (23:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 9 Aug 2011 23:26:12 +0000 (23:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137177 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 530be57d75ae5e270a8110aefa828458eba48d15..583ef83f1c807517618d2e231cd58ae9100c3fc3 100644 (file)
@@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes.
 <a href="#i_atomicrmw"><code>atomicrmw</code></a>,
 <a href="#i_fence"><code>fence</code></a>,
 <a href="#i_load"><code>atomic load</code></a>, and
-<a href="#i_load"><code>atomic store</code></a>) take an ordering parameter
+<a href="#i_store"><code>atomic store</code></a>) take an ordering parameter
 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,