diff --git a/docs/LangRef.html b/docs/LangRef.html index e214c5fd555..14437d50837 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1614,7 +1614,7 @@ 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, check those specs (see spec references in the -atomics guide). +atomics guide). fence instructions treat these orderings somewhat differently since they don't take an address. See that instruction's documentation for details.