diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-08-09 23:26:12 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-08-09 23:26:12 +0000 |
commit | 8fa281a471d75641d75e99a017c2e4dd66bab956 (patch) | |
tree | 22a1e8ec15c06167657847d6db4df5595d24d668 /docs | |
parent | c36481c4744cdbddec91dc3eca9245acaf2982da (diff) | |
download | external_llvm-8fa281a471d75641d75e99a017c2e4dd66bab956.zip external_llvm-8fa281a471d75641d75e99a017c2e4dd66bab956.tar.gz external_llvm-8fa281a471d75641d75e99a017c2e4dd66bab956.tar.bz2 |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 530be57..583ef83 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, |