summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-08-09 23:26:12 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-08-09 23:26:12 +0000
commit8fa281a471d75641d75e99a017c2e4dd66bab956 (patch)
tree22a1e8ec15c06167657847d6db4df5595d24d668 /docs
parentc36481c4744cdbddec91dc3eca9245acaf2982da (diff)
downloadllvm-8fa281a471d75641d75e99a017c2e4dd66bab956.tar.gz
llvm-8fa281a471d75641d75e99a017c2e4dd66bab956.tar.bz2
llvm-8fa281a471d75641d75e99a017c2e4dd66bab956.tar.xz
Fix minor typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137177 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 530be57d75..583ef83f1c 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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,