diff --git a/docs/LangRef.html b/docs/LangRef.html index 530be57d75a..583ef83f1c8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1586,7 +1586,7 @@ as if it writes to the relevant surrounding bytes. atomicrmw, fence, atomic load, and -atomic store) take an ordering parameter +atomic store) take an ordering parameter that determines which other atomic instructions on the same address they synchronize with. These semantics are borrowed from Java and C++0x, but are somewhat more colloquial. If these descriptions aren't precise enough,